Class cryptix.math.MPI
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class cryptix.math.MPI

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

public final class MPI
extends Object
This class is used to read and write MPI big integers.

Copyright (C) 1995, 1996 Systemics Ltd (http://www.systemics.com/) All rights reserved.


Constructor Index

 o MPI()

Method Index

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

Constructors

 o MPI
  public MPI()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index