org.bouncycastle.crypto.params

Class RSAKeyGenerationParameters

public class RSAKeyGenerationParameters extends KeyGenerationParameters

Constructor Summary
RSAKeyGenerationParameters(BigInteger publicExponent, SecureRandom random, int strength, int certainty)
Method Summary
intgetCertainty()
BigIntegergetPublicExponent()

Constructor Detail

RSAKeyGenerationParameters

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

Method Detail

getCertainty

public int getCertainty()

getPublicExponent

public BigInteger getPublicExponent()