org.bouncycastle.crypto.digests
public class SHA224Digest extends GeneralDigest
block word digest SHA-1 512 32 160 SHA-224 512 32 224 SHA-256 512 32 256 SHA-384 1024 64 384 SHA-512 1024 64 512
Constructor Summary | |
---|---|
SHA224Digest()
Standard constructor | |
SHA224Digest(SHA224Digest t)
Copy constructor. |
Method Summary | |
---|---|
int | doFinal(byte[] out, int outOff) |
String | getAlgorithmName() |
int | getDigestSize() |
protected void | processBlock() |
protected void | processLength(long bitLength) |
protected void | processWord(byte[] in, int inOff) |
void | reset()
reset the chaining variables |