ostore.security
Class GenerateRSAKeyPair
java.lang.Object
|
+--ostore.security.GenerateRSAKeyPair
- public class GenerateRSAKeyPair
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenerateRSAKeyPair
public GenerateRSAKeyPair()
genkeypair
public static KeyPair genkeypair(int size,
boolean debug)
qs_pkey
public static QSPublicKey qs_pkey(KeyPair kp)
qs_skey
public static QSPrivateKey qs_skey(KeyPair kp)
main
public static void main(String[] argv)