Class java.crypt.HashMD5
All Packages Class Hierarchy This Package Previous Next Index
Class java.crypt.HashMD5
java.crypt.MessageHash
|
+----java.crypt.HashMD5
- public final class HashMD5
- extends MessageHash
This class represents the output of a MD5 message digestor.
in such a way that it can be identifyed as such.
Copyright (C) 1995, 1996 Systemics Ltd (http://www.systemics.com/)
All rights reserved.
-
HashMD5(byte[])
- Creates this from a byte array that MUST be the the correct length
-
HashMD5(MD5)
- Creates this from a MD5 message digestor.
HashMD5
public HashMD5(MD5 md)
- Creates this from a MD5 message digestor.
- Parameters:
- md - A MD5 message digestor.
- See Also:
- HASH_LENGTH
HashMD5
public HashMD5(byte hash[])
- Creates this from a byte array that MUST be the the correct length
- Parameters:
- hash - A byte array which represents a MD5 hash.
- See Also:
- HASH_LENGTH
All Packages Class Hierarchy This Package Previous Next Index