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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
available
public static boolean available
NativeRSAAlgorithm
public NativeRSAAlgorithm()
rsa
public static BigInteger rsa(BigInteger X,
BigInteger n,
BigInteger exp,
BigInteger p,
BigInteger q,
BigInteger u)