iaik.me.security.md
Class SHA224
java.lang.Object
|
+--iaik.me.security.MessageDigest
|
+--iaik.me.security.md.SHA256
|
+--iaik.me.security.md.SHA224
- public class SHA224
- extends SHA256
This class implements the 32-bit hash algorithm SHA-224
from NIST (FIPS PUB 186-2 Change Notice 1).
- Version:
- File Revision 2
- See Also:
java.security.MessageDigest
,
SHA224
Constructor Summary |
SHA224()
Construct a new SHA-224 message digest. |
Method Summary |
byte[][] |
getEncodedDigestInfo()
Returns the pregenerated ASN1 encoding of the DigestInfo structure for the corresponding digest algorithm, see . |
SHA224
public SHA224()
- Construct a new SHA-224 message digest.
getEncodedDigestInfo
public byte[][] getEncodedDigestInfo()
- Description copied from class:
MessageDigest
- Returns the pregenerated ASN1 encoding of the DigestInfo structure for the corresponding digest algorithm, see . The digest value is of course NOT included.
The two dimensional array cotains the enconding with (index = 0) and without the ASN1 parameter NULL (index = 1).
- Overrides:
getEncodedDigestInfo
in class SHA256
- Following copied from class:
iaik.me.security.MessageDigest
- Returns:
- a two dimensional byte array containing the digestinfo encodings
IAIK-JCE ME 3.04, (c) 2002 IAIK, (c) 2003 to 2006 Stiftung SIC