Class RSAKeyParameters

    • Constructor Summary

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

      • RSAKeyParameters

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

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

      • getModulus

        public java.math.BigInteger getModulus()
      • getExponent

        public java.math.BigInteger getExponent()