java.security.interfaces
public interface RSAMultiPrimePrivateCrtKey extends RSAPrivateKey
Since: 1.4
See Also: RSAPrivateKeySpec RSAMultiPrimePrivateCrtKeySpec RSAPrivateKey RSAPrivateCrtKey
Field Summary | |
---|---|
long | serialVersionUID |
Method Summary | |
---|---|
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.
|
Returns: the CRT Coefficient.
null
if
there are only two known prime factors (p and q).
Returns: the OtherPrimeInfo INTEGERs.
Returns: the prime's exponent p.
Returns: the prime's exponent q.
Returns: the prime p.
Returns: the prime q.
Returns: the public exponent.