This class specifies an RSA private key.
This class specifies an RSA private key.
(->rsa-private-key-spec modulus private-exponent)
Constructor.
Creates a new RSAPrivateKeySpec.
modulus - the modulus - java.math.BigInteger
private-exponent - the private exponent - java.math.BigInteger
Constructor. Creates a new RSAPrivateKeySpec. modulus - the modulus - `java.math.BigInteger` private-exponent - the private exponent - `java.math.BigInteger`
(get-modulus this)
Returns the modulus.
returns: the modulus - java.math.BigInteger
Returns the modulus. returns: the modulus - `java.math.BigInteger`
(get-private-exponent this)
Returns the private exponent.
returns: the private exponent - java.math.BigInteger
Returns the private exponent. returns: the private exponent - `java.math.BigInteger`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close