| java.lang.Object | |
| ↳ | java.security.spec.RSAOtherPrimeInfo |
The additional prime information specified as triplet of primes, a prime exponent, and a Chinese Remainder Theorem (CRT) coefficient.
Defined in the PKCS #1 v2.1 standard.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Creates a new
RSAOtherPrimeInfo
with the specified prime,
exponent, and CRT coefficient.
|
||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Returns the CRT coefficient.
|
||||||||||
|
|
Returns the exponent.
|
||||||||||
|
|
Returns the prime factor.
|
||||||||||
|
[Expand]
Inherited Methods
|
|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
|||||||||||
Creates a new
RSAOtherPrimeInfo
with the specified prime,
exponent, and CRT coefficient.
| prime | the prime factor. |
|---|---|
| primeExponent | the prime exponent. |
| crtCoefficient | the CRT coefficient. |
Returns the CRT coefficient.
Returns the exponent.
Returns the prime factor.