Liking cljdoc? Tell your friends :D

jdk.security.interfaces.RSAMultiPrimePrivateCrtKey

The interface to an RSA multi-prime private key, as defined in the PKCS#1 v2.1, using the Chinese Remainder Theorem (CRT) information values.

The interface to an RSA multi-prime private key, as defined in the
PKCS#1 v2.1, using the Chinese Remainder Theorem
(CRT) information values.
raw docstring

get-crt-coefficientclj

(get-crt-coefficient this)

Returns the crtCoefficient.

returns: the crtCoefficient. - java.math.BigInteger

Returns the crtCoefficient.

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

get-other-prime-infoclj

(get-other-prime-info this)

Returns the otherPrimeInfo or null if there are only two prime factors (p and q).

returns: the otherPrimeInfo. - java.security.spec.RSAOtherPrimeInfo[]

Returns the otherPrimeInfo or null if there are only
 two prime factors (p and q).

returns: the otherPrimeInfo. - `java.security.spec.RSAOtherPrimeInfo[]`
raw docstring

get-prime-exponent-pclj

(get-prime-exponent-p this)

Returns the primeExponentP.

returns: the primeExponentP. - java.math.BigInteger

Returns the primeExponentP.

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

get-prime-exponent-qclj

(get-prime-exponent-q this)

Returns the primeExponentQ.

returns: the primeExponentQ. - java.math.BigInteger

Returns the primeExponentQ.

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

get-prime-pclj

(get-prime-p this)

Returns the primeP.

returns: the primeP. - java.math.BigInteger

Returns the primeP.

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

get-prime-qclj

(get-prime-q this)

Returns the primeQ.

returns: the primeQ. - java.math.BigInteger

Returns the primeQ.

returns: the primeQ. - `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