• Constructor Detail

      • RSAPrivateKeySpec

        public RSAPrivateKeySpec​(BigInteger modulus,
                                 BigInteger privateExponent)

        Creates a new RSAPrivateKeySpec.

        Parameters:
        modulus - the modulus
        privateExponent - the private exponent
    • Method Detail

      • getModulus

        public BigInteger getModulus()

        Returns the modulus.

        Returns:
        the modulus
      • getPrivateExponent

        public BigInteger getPrivateExponent()

        Returns the private exponent.

        Returns:
        the private exponent