public interface RSAMultiPrimePrivateCrtKey extends RSAPrivateKey
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID
the serial version identifier.
|
Modifier and Type | Method and Description |
---|---|
BigInteger |
getCrtCoefficient()
Returns the CRT coefficient,
q^-1 mod p . |
RSAOtherPrimeInfo[] |
getOtherPrimeInfo()
Returns the information for the additional primes.
|
BigInteger |
getPrimeExponentP()
Returns the CRT exponent of the prime
p . |
BigInteger |
getPrimeExponentQ()
Returns the CRT exponent of the prime
q . |
BigInteger |
getPrimeP()
Returns the prime factor
p of n . |
BigInteger |
getPrimeQ()
Returns the prime factor
q of n . |
BigInteger |
getPublicExponent()
Returns the public exponent
e . |
getPrivateExponent
getAlgorithm, getEncoded, getFormat
getModulus
static final long serialVersionUID
BigInteger getCrtCoefficient()
q^-1 mod p
.RSAOtherPrimeInfo[] getOtherPrimeInfo()
null
if
there are only the two primes (p, q
),BigInteger getPrimeP()
p
of n
.p
of n
.BigInteger getPrimeQ()
q
of n
.q
of n
.BigInteger getPrimeExponentP()
p
.p
.BigInteger getPrimeExponentQ()
q
.q
.BigInteger getPublicExponent()
e
.e
.