| 
 | Préférences Moteurs de recherche | ||||||||||||||
| JavaTM 2 Platform Std. Ed. v1.6.0 
java.security.spec
 | |||||||||||||||
| Constructor Summary | |
|---|---|
| RSAOtherPrimeInfo(BigInteger prime,
                  BigInteger primeExponent,
                  BigInteger crtCoefficient)Creates a new RSAOtherPrimeInfogiven the prime, primeExponent, and
 crtCoefficient as defined in PKCS#1. | |
| Method Summary | |
|---|---|
|  BigInteger | getCrtCoefficient()Returns the prime's crtCoefficient. | 
|  BigInteger | getExponent()Returns the prime's exponent. | 
|  BigInteger | getPrime()Returns the prime. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public RSAOtherPrimeInfo(BigInteger prime, BigInteger primeExponent, BigInteger crtCoefficient)
RSAOtherPrimeInfo
 given the prime, primeExponent, and
 crtCoefficient as defined in PKCS#1.
prime - the prime factor of n.primeExponent - the exponent.crtCoefficient - the Chinese Remainder Theorem
 coefficient.
NullPointerException - if any of the parameters, i.e. 
 prime, primeExponent, 
 crtCoefficient, is null.| Method Detail | 
|---|
public final BigInteger getPrime()
public final BigInteger getExponent()
public final BigInteger getCrtCoefficient()