java.lang.Object | ||
↳ | org.bouncycastle.jce.provider.JCERSAPrivateKey | |
↳ | org.bouncycastle.jce.provider.JCERSAPrivateCrtKey |
A provider representation for a RSA private key, with CRT factors included.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
return the CRT coefficient.
| |||||||||||
Return a PKCS8 representation of the key.
| |||||||||||
return the encoding format we produce in getEncoded().
| |||||||||||
return the prime exponent for P.
| |||||||||||
return the prime exponent for Q.
| |||||||||||
return the prime P.
| |||||||||||
return the prime Q.
| |||||||||||
return the public exponent.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Return a PKCS8 representation of the key. The sequence returned represents a full PrivateKeyInfo object.
return the encoding format we produce in getEncoded().
return the prime exponent for P.
return the prime exponent for Q.