Methods Summary |
---|
public java.math.BigInteger | getCrtCoefficient()Returns the CRT coefficient, {@code q^-1 mod p}.
|
public java.security.spec.RSAOtherPrimeInfo[] | getOtherPrimeInfo()Returns the information for the additional primes.
|
public java.math.BigInteger | getPrimeExponentP()Returns the CRT exponent of the prime {@code p}.
|
public java.math.BigInteger | getPrimeExponentQ()Returns the CRT exponent of the prime {@code q}.
|
public java.math.BigInteger | getPrimeP()Returns the prime factor {@code p} of {@code n}.
|
public java.math.BigInteger | getPrimeQ()Returns the prime factor {@code q} of {@code n}.
|
public java.math.BigInteger | getPublicExponent()Returns the public exponent {@code e}.
|