|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcryptix.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 $
BI
Method Summary | |
static BigInteger |
load(byte[] buf)
Deprecated. |
static BigInteger |
load(byte[] buf,
int offset)
Deprecated. |
static BigInteger |
read(java.io.DataInput in)
Deprecated. |
static byte[] |
save(BigInteger bigInt)
Deprecated. |
static void |
write(java.io.DataOutput out,
BigInteger bigInt)
Deprecated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static BigInteger read(java.io.DataInput in) throws java.io.IOException
java.io.IOException
public static void write(java.io.DataOutput out, BigInteger bigInt) throws java.io.IOException
java.io.IOException
public static BigInteger load(byte[] buf) throws java.io.IOException
java.io.IOException
public static BigInteger load(byte[] buf, int offset) throws java.io.IOException
java.io.IOException
public static byte[] save(BigInteger bigInt) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |