Class RSAKeyParameters

    • Constructor Summary

      Constructors 
      Constructor Description
      RSAKeyParameters​(boolean isPrivate, java.math.BigInteger modulus, java.math.BigInteger exponent)  
    • Constructor Detail

      • RSAKeyParameters

        public RSAKeyParameters​(boolean isPrivate,
                                java.math.BigInteger modulus,
                                java.math.BigInteger exponent)
    • Method Detail

      • getModulus

        public java.math.BigInteger getModulus()
      • getExponent

        public java.math.BigInteger getExponent()