public class RSAOtherPrimeInfo extends Object
Defined in the PKCS #1 v2.1 standard.
| Constructor and Description |
|---|
RSAOtherPrimeInfo(BigInteger prime,
BigInteger primeExponent,
BigInteger crtCoefficient)
Creates a new
RSAOtherPrimeInfo with the specified prime,
exponent, and CRT coefficient. |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getCrtCoefficient()
Returns the CRT coefficient.
|
BigInteger |
getExponent()
Returns the exponent.
|
BigInteger |
getPrime()
Returns the prime factor.
|
public RSAOtherPrimeInfo(BigInteger prime, BigInteger primeExponent, BigInteger crtCoefficient)
RSAOtherPrimeInfo with the specified prime,
exponent, and CRT coefficient.prime - the prime factor.primeExponent - the prime exponent.crtCoefficient - the CRT coefficient.public final BigInteger getCrtCoefficient()
public final BigInteger getPrime()
public final BigInteger getExponent()