ch.othello.openscep.internal
Class RSAKeyPairGen

java.lang.Object
  |
  +--ch.othello.openscep.internal.RSAKeyPairGen

public class RSAKeyPairGen
extends Object

Generates RSA Keypair This Class is currently not in use

 $Id: RSAKeyPairGen.java,v 1.3 2002/03/02 01:45:51 alani Exp $
 $Log: RSAKeyPairGen.java,v $
 Revision 1.3  2002/03/02 01:45:51  alani
 comment, currently not used

 Revision 1.2  2002/01/08 21:00:29  urut
 added javadoc header with cvs tags to every file

 

Since:
$Date: 2002/03/02 01:45:51 $
Version:
$Revision: 1.3 $
Author:
urut

Field Summary
private  org.bouncycastle.crypto.AsymmetricCipherKeyPair theKeyPair
           
 
Constructor Summary
RSAKeyPairGen()
           
 
Method Summary
 org.bouncycastle.crypto.AsymmetricCipherKeyPair generateKeyPair()
           
 BigInteger getPrivateExponent()
           
 org.bouncycastle.crypto.params.RSAPrivateCrtKeyParameters getPrivateKey()
           
 BigInteger getPrivateModulus()
           
 BigInteger getPublicExponent()
           
 org.bouncycastle.crypto.CipherParameters getPublicKey()
           
 BigInteger getPublicModulus()
           
 void init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

theKeyPair

private org.bouncycastle.crypto.AsymmetricCipherKeyPair theKeyPair
Constructor Detail

RSAKeyPairGen

public RSAKeyPairGen()
Method Detail

init

public void init()

getPrivateModulus

public BigInteger getPrivateModulus()

getPublicModulus

public BigInteger getPublicModulus()

getPrivateExponent

public BigInteger getPrivateExponent()

getPublicExponent

public BigInteger getPublicExponent()

getPublicKey

public org.bouncycastle.crypto.CipherParameters getPublicKey()

getPrivateKey

public org.bouncycastle.crypto.params.RSAPrivateCrtKeyParameters getPrivateKey()

generateKeyPair

public org.bouncycastle.crypto.AsymmetricCipherKeyPair generateKeyPair()


ScepClient is copyright by Ueli Rutishauser + Alain Schaefer