ostore.security
Class GenerateRSAKeyPair

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

public class GenerateRSAKeyPair
extends Object


Constructor Summary
GenerateRSAKeyPair()
           
 
Method Summary
static KeyPair genkeypair(int size, boolean debug)
           
static void main(String[] argv)
           
static QSPublicKey qs_pkey(KeyPair kp)
           
static QSPrivateKey qs_skey(KeyPair kp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenerateRSAKeyPair

public GenerateRSAKeyPair()
Method Detail

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)