org.bouncycastle.crypto.params

Class 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.bouncycastle.crypto.KeyGenerationParameters

getRandom, getStrength

Constructor Details

RSAKeyGenerationParameters

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

Method Details

getCertainty

public int getCertainty()


getPublicExponent

public BigInteger getPublicExponent()