Class RSAKeyGenerationParameters

    • Field Detail

      • publicExponent

        private java.math.BigInteger publicExponent
      • certainty

        private int certainty
    • Constructor Detail

      • RSAKeyGenerationParameters

        public RSAKeyGenerationParameters​(java.math.BigInteger publicExponent,
                                          java.security.SecureRandom random,
                                          int strength,
                                          int certainty)
    • Method Detail

      • getPublicExponent

        public java.math.BigInteger getPublicExponent()
      • getCertainty

        public int getCertainty()