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