gnu.crypto.hash
Class Sha384
- Cloneable, IMessageDigest
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)
|
blockSize , clone , digest , getResult , hashSize , name , padBuffer , reset , resetContext , selfTest , transform , update , update , update |
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)
transform
protected void transform(byte[] in,
int offset)
- transform in interface BaseHash
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.