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 builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |