cryptix.math
Class MPI

java.lang.Object
  extended bycryptix.math.MPI

public class MPI
extends java.lang.Object

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 $

Since:
Cryptix 2.2
Author:
unattributed
See Also:
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

read

public static BigInteger read(java.io.DataInput in)
                       throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

write

public static void write(java.io.DataOutput out,
                         BigInteger bigInt)
                  throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

load

public static BigInteger load(byte[] buf)
                       throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

load

public static BigInteger load(byte[] buf,
                              int offset)
                       throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

save

public static byte[] save(BigInteger bigInt)
                   throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException