All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----cryptix.math.MPI
This class contains static methods used to read and write cryptix.math.BigIntegers in MPI format.
Copyright © 1995-1997
Systemics Ltd on behalf of the
Cryptix Development Team.
All rights reserved.
$Revision: 1.2 $
public static BigInteger read(DataInput in) throws IOException
public static void write(DataOutput out, BigInteger bigInt) throws IOException
public static BigInteger load(byte buf[]) throws IOException
public static BigInteger load(byte buf[], int offset) throws IOException
public static byte[] save(BigInteger bigInt) throws IOException
All Packages Class Hierarchy This Package Previous Next Index