All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class cryptix.math.MPI

java.lang.Object
   |
   +----cryptix.math.MPI

public class MPI
extends Object
Note: MPI is deprecated.

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 $

Author:
unattributed
See Also:
BI

Method Index

 o load(byte[])
 o load(byte[], int)
 o read(DataInput)
 o save(BigInteger)
 o write(DataOutput, BigInteger)

Methods

 o read
 public static BigInteger read(DataInput in) throws IOException
 o write
 public static void write(DataOutput out,
                          BigInteger bigInt) throws IOException
 o load
 public static BigInteger load(byte buf[]) throws IOException
 o load
 public static BigInteger load(byte buf[],
                               int offset) throws IOException
 o save
 public static byte[] save(BigInteger bigInt) throws IOException

All Packages  Class Hierarchy  This Package  Previous  Next  Index