public interface RSAPrivateCrtKey extends RSAPrivateKey
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Modifier and Type | Method and Description |
---|---|
BigInteger |
getCrtCoefficient()
Returns the CRT coefficient
|
BigInteger |
getPrimeExponentP()
Returns the primeExponentP
|
BigInteger |
getPrimeExponentQ()
Returns the primeExponentQ
|
BigInteger |
getPrimeP()
Returns the primeP value
|
BigInteger |
getPrimeQ()
Returns the primeQ value
|
BigInteger |
getPublicExponent()
Returns the public exponent for this key
|
getPrivateExponent
getAlgorithm, getEncoded, getFormat
getModulus
static final long serialVersionUID
BigInteger getPublicExponent()
BigInteger getPrimeP()
BigInteger getPrimeQ()
BigInteger getPrimeExponentP()
BigInteger getPrimeExponentQ()
BigInteger getCrtCoefficient()