org.bouncycastle.jce.provider
public class JCERSAPrivateCrtKey extends JCERSAPrivateKey implements RSAPrivateCrtKey
| Method Summary | |
|---|---|
| boolean | equals(Object o) |
| BigInteger | getCrtCoefficient()
return the CRT coefficient.
|
| byte[] | getEncoded()
Return a PKCS8 representation of the key. |
| String | getFormat()
return the encoding format we produce in getEncoded().
|
| BigInteger | getPrimeExponentP()
return the prime exponent for P.
|
| BigInteger | getPrimeExponentQ()
return the prime exponent for Q.
|
| BigInteger | getPrimeP()
return the prime P.
|
| BigInteger | getPrimeQ()
return the prime Q.
|
| BigInteger | getPublicExponent()
return the public exponent.
|
| int | hashCode() |
| String | toString() |
Returns: the CRT coefficient.
Returns: a PKCS8 representation of the key.
Returns: the encoding format we produce in getEncoded().
Returns: the prime exponent for P.
Returns: the prime exponent for Q.
Returns: the prime P.
Returns: the prime Q.
Returns: the public exponent.