Class java.crypt.MessageHash
All Packages Class Hierarchy This Package Previous Next Index
Class java.crypt.MessageHash
java.crypt.MessageHash
- public class MessageHash
this class reprosents the output from a message digestor in a form
where the type and be asertained.
Copyright (C) 1995, 1996 Systemics Ltd (http://www.systemics.com/)
All rights reserved.
-
MessageHash(byte[])
- You can not create an instance of this object
-
length()
-
-
toByteArray()
-
MessageHash
protected MessageHash(byte hash0[])
- You can not create an instance of this object
- See Also:
- HashSHA, HashMD5
toByteArray
public final byte[] toByteArray()
- Returns:
- the hash as a new byte array.
length
public final int length()
- Returns:
- the hash length.
All Packages Class Hierarchy This Package Previous Next Index