gnu.crypto.hash
public class Sha384 extends BaseHash
Implementation of SHA2-2 [SHA-384] per the IETF Draft Specification.
References:
Version: $Revision: 1.2 $
| Constructor Summary | |
|---|---|
| Sha384() Trivial 0-arguments constructor. | |
| Method Summary | |
|---|---|
| Object | clone() |
| protected byte[] | getResult() |
| static long[] | G(long hh0, long hh1, long hh2, long hh3, long hh4, long hh5, long hh6, long hh7, byte[] in, int offset) |
| protected byte[] | padBuffer() |
| protected void | resetContext() |
| boolean | selfTest() |
| protected void | transform(byte[] in, int offset) |