Class RSAKeyGenerationParameters

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

public class RSAKeyGenerationParameters extends KeyGenerationParameters
  • Constructor Details

    • RSAKeyGenerationParameters

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

    • getPublicExponent

      public BigInteger getPublicExponent()
    • getCertainty

      public int getCertainty()