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()