jonelo.jacksum.adapt.gnu.crypto.hash
Class Sha384
BaseHash
jonelo.jacksum.adapt.gnu.crypto.hash.Sha384
public class Sha384
extends BaseHash
Sha384() - Trivial 0-arguments constructor.
|
static long[] | G(long hh0, long hh1, long hh2, long hh3, long hh4, long hh5, long hh6, long hh7, byte[] in, int offset)
|
Object | clone()
|
protected byte[] | getResult()
|
protected byte[] | padBuffer()
|
protected void | resetContext()
|
boolean | selfTest()
|
protected void | transform(byte[] in, int offset)
|
Sha384
public Sha384()
Trivial 0-arguments constructor.
G
public static final long[] G(long hh0,
long hh1,
long hh2,
long hh3,
long hh4,
long hh5,
long hh6,
long hh7,
byte[] in,
int offset)
clone
public Object clone()
getResult
protected byte[] getResult()
padBuffer
protected byte[] padBuffer()
resetContext
protected void resetContext()
selfTest
public boolean selfTest()
transform
protected void transform(byte[] in,
int offset)