All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----cryptix.pgp.HashFactory
Copyright © 1995-1997
Systemics Ltd on behalf of the
Cryptix Development Team.
All rights reserved.
$Revision: 1.2 $
public static MessageHash load(byte buf[]) throws IOException
public static byte[] save(MessageHash mh) throws IOException
public static MessageHash read(DataInput in) throws IOException
public static void write(DataOutput out, MessageHash mh) throws IOException
public static String toString(MessageHash mh)
public static MessageHash fromString(String str)
public static String toFilename(MessageHash mh)
public static BigInteger bigIntFromHash(PublicKey key, byte hash[], RandomStream rand)
public static BigInteger bigIntFromHash(PublicKey key, byte hash[])
public static byte[] hashFromBigInt(BigInteger b)
All Packages Class Hierarchy This Package Previous Next Index