All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----cryptix.security.MessageHash
|
+----cryptix.security.HashSHA
This class represents the output of a SHA message digest.
Copyright (c) 1995, 1996 Systemics Ltd (http://www.systemics.com/) All rights reserved.
$Revision: 1.3 $
self_test.
public HashSHA(SHA md)
MessageHash.fromDigest(md).
public HashSHA(byte hash[])
new MessageHash("SHA-1", hash) (note that
this does not check the hash length).
public static void main(String argv[]) throws IOException
self_test.
All Packages Class Hierarchy This Package Previous Next Index