org.gudy.bouncycastle.crypto.params
Class RSAKeyGenerationParameters

java.lang.Object
  extended by org.gudy.bouncycastle.crypto.KeyGenerationParameters
      extended by org.gudy.bouncycastle.crypto.params.RSAKeyGenerationParameters

public class RSAKeyGenerationParameters
extends KeyGenerationParameters


Constructor Summary
RSAKeyGenerationParameters(BigInteger publicExponent, SecureRandom random, int strength, int certainty)
           
 
Method Summary
 int getCertainty()
           
 BigInteger getPublicExponent()
           
 
Methods inherited from class org.gudy.bouncycastle.crypto.KeyGenerationParameters
getRandom, getStrength
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RSAKeyGenerationParameters

public RSAKeyGenerationParameters(BigInteger publicExponent,
                                  SecureRandom random,
                                  int strength,
                                  int certainty)
Method Detail

getPublicExponent

public BigInteger getPublicExponent()

getCertainty

public int getCertainty()