ostore.security
Class NativeRSAAlgorithm

java.lang.Object
  |
  +--ostore.security.NativeRSAAlgorithm

public class NativeRSAAlgorithm
extends Object

A wrapper around the C code.

Version:
$Id: NativeRSAAlgorithm.java,v 1.1 2002/04/23 02:46:31 srhea Exp $
Author:
Sean C. Rhea

Field Summary
static boolean available
           
 
Constructor Summary
NativeRSAAlgorithm()
           
 
Method Summary
static BigInteger rsa(BigInteger X, BigInteger n, BigInteger exp, BigInteger p, BigInteger q, BigInteger u)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

available

public static boolean available
Constructor Detail

NativeRSAAlgorithm

public NativeRSAAlgorithm()
Method Detail

rsa

public static BigInteger rsa(BigInteger X,
                             BigInteger n,
                             BigInteger exp,
                             BigInteger p,
                             BigInteger q,
                             BigInteger u)