The interface to an RSA private key, as defined in the PKCS#1 standard, using the Chinese Remainder Theorem (CRT) information values.
The interface to an RSA private key, as defined in the PKCS#1 standard, using the Chinese Remainder Theorem (CRT) information values.
(get-crt-coefficient this)
Returns the crtCoefficient.
returns: the crtCoefficient - java.math.BigInteger
Returns the crtCoefficient. returns: the crtCoefficient - `java.math.BigInteger`
(get-prime-exponent-p this)
Returns the primeExponentP.
returns: the primeExponentP - java.math.BigInteger
Returns the primeExponentP. returns: the primeExponentP - `java.math.BigInteger`
(get-prime-exponent-q this)
Returns the primeExponentQ.
returns: the primeExponentQ - java.math.BigInteger
Returns the primeExponentQ. returns: the primeExponentQ - `java.math.BigInteger`
(get-prime-p this)
Returns the primeP.
returns: the primeP - java.math.BigInteger
Returns the primeP. returns: the primeP - `java.math.BigInteger`
(get-prime-q this)
Returns the primeQ.
returns: the primeQ - java.math.BigInteger
Returns the primeQ. returns: the primeQ - `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