java.security.interfaces.RSAMultiPrimePrivateCrtKey |
The interface to an RSA multi-prime private key, as defined in the PKCS#1 v2.1, using the Chinese Remainder Theorem (CRT) information values.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
long | serialVersionUID |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the crtCoefficient.
| |||||||||||
Returns the otherPrimeInfo or null if there are only
two prime factors (p and q).
| |||||||||||
Returns the primeExponentP.
| |||||||||||
Returns the primeExponentQ.
| |||||||||||
Returns the primeP.
| |||||||||||
Returns the primeQ.
| |||||||||||
Returns the public exponent.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Returns the crtCoefficient.
Returns the otherPrimeInfo or null if there are only two prime factors (p and q).
Returns the primeExponentP.
Returns the primeExponentQ.
Returns the public exponent.