my.usm.gcl.ddbms.client.utils
Class jRSA

java.lang.Object
  extended by my.usm.gcl.ddbms.client.utils.jRSA

public class jRSA
extends java.lang.Object


Constructor Summary
jRSA()
           
 
Method Summary
 void CreatePrivateKey()
           
 int getKeySize()
           
 java.math.BigInteger getModulus()
           
 java.math.BigInteger getPrivateKey()
           
 java.math.BigInteger getPublicKey()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

jRSA

public jRSA()
Method Detail

CreatePrivateKey

public void CreatePrivateKey()

main

public static void main(java.lang.String[] args)

getPublicKey

public java.math.BigInteger getPublicKey()

getPrivateKey

public java.math.BigInteger getPrivateKey()

getKeySize

public int getKeySize()

getModulus

public java.math.BigInteger getModulus()