Liking cljdoc? Tell your friends :D

jdk.security.spec.RSAPublicKeySpec

This class specifies an RSA public key.

This class specifies an RSA public key.
raw docstring

->rsa-public-key-specclj

(->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`
raw docstring

get-modulusclj

(get-modulus this)

Returns the modulus.

returns: the modulus - java.math.BigInteger

Returns the modulus.

returns: the modulus - `java.math.BigInteger`
raw docstring

get-public-exponentclj

(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`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close