public interface RSAMultiPrimePrivateCrtKey extends RSAPrivateKey
RSAPrivateKeySpec
,
RSAMultiPrimePrivateCrtKeySpec
,
RSAPrivateKey
,
RSAPrivateCrtKey
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Modifier and Type | Method and Description |
---|---|
BigInteger |
getCrtCoefficient()
Returns the CRT Coefficient.
|
RSAOtherPrimeInfo[] |
getOtherPrimeInfo()
Returns the OtherPrimeInfo triplet MPIs or
null if
there are only two known prime factors (p and q). |
BigInteger |
getPrimeExponentP()
Returns the prime's exponent p.
|
BigInteger |
getPrimeExponentQ()
Returns the prime's exponent q.
|
BigInteger |
getPrimeP()
Returns the prime p.
|
BigInteger |
getPrimeQ()
Returns the prime q.
|
BigInteger |
getPublicExponent()
Returns the public exponent.
|
getPrivateExponent
getAlgorithm, getEncoded, getFormat
getModulus
static final long serialVersionUID
BigInteger getPublicExponent()
BigInteger getPrimeP()
BigInteger getPrimeQ()
BigInteger getPrimeExponentP()
BigInteger getPrimeExponentQ()
BigInteger getCrtCoefficient()
RSAOtherPrimeInfo[] getOtherPrimeInfo()
null
if
there are only two known prime factors (p and q).