public class

RSAKeyGenerationParameters

extends KeyGenerationParameters
java.lang.Object
   ↳ org.bouncycastle.crypto.KeyGenerationParameters
     ↳ org.bouncycastle.crypto.params.RSAKeyGenerationParameters

Summary

Public Constructors
RSAKeyGenerationParameters(BigInteger publicExponent, SecureRandom random, int strength, int certainty)
Public Methods
int getCertainty()
BigInteger getPublicExponent()
[Expand]
Inherited Methods
From class org.bouncycastle.crypto.KeyGenerationParameters
From class java.lang.Object

Public Constructors

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

Public Methods

public int getCertainty ()

public BigInteger getPublicExponent ()