Liking cljdoc? Tell your friends :D

jdk.security.spec.RSAPrivateKeySpec

This class specifies an RSA private key.

This class specifies an RSA private key.
raw docstring

->rsa-private-key-specclj

(->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`
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-private-exponentclj

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

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

× close