cryptix.math
Class MPI

java.lang.Object
  |
  +--cryptix.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:
cryptix.util.core.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. 

write

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

load

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

load

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

save

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