public interface RSAPrivateCrtKey extends RSAPrivateKey
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID
The serial version identifier.
|
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getCrtCoefficient()
Returns the CRT coefficient,
q^-1 mod p. |
BigInteger |
getPrimeExponentP()
Returns the CRT exponent of the primet
p. |
BigInteger |
getPrimeExponentQ()
Returns the CRT exponent of the prime
q. |
BigInteger |
getPrimeP()
Returns the prime factor
p of n. |
BigInteger |
getPrimeQ()
Returns the prime factor
q of n. |
BigInteger |
getPublicExponent()
Returns the public exponent
e. |
getPrivateExponentgetAlgorithm, getEncoded, getFormatgetModulusstatic final long serialVersionUID
BigInteger getCrtCoefficient()
q^-1 mod p.BigInteger getPrimeP()
p of n.p of n.BigInteger getPrimeQ()
q of n.q of n.BigInteger getPrimeExponentP()
p.p.BigInteger getPrimeExponentQ()
q.q.BigInteger getPublicExponent()
e.e.