This class specifies an RSA public key.
This class specifies an RSA public key.
(->rsa-public-key-spec modulus public-exponent)
Constructor.
Creates a new RSAPublicKeySpec.
modulus - the modulus - java.math.BigInteger
public-exponent - the public exponent - java.math.BigInteger
Constructor. Creates a new RSAPublicKeySpec. modulus - the modulus - `java.math.BigInteger` public-exponent - the public 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-public-exponent this)
Returns the public exponent.
returns: the public exponent - java.math.BigInteger
Returns the public exponent. returns: the public exponent - `java.math.BigInteger`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close