| |
|
| java.lang.Object org.bouncycastle.jce.provider.JCERSAPrivateKey org.bouncycastle.jce.provider.JCERSAPrivateCrtKey
serialVersionUID | final static long serialVersionUID(Code) | | |
JCERSAPrivateCrtKey | JCERSAPrivateCrtKey(RSAPrivateCrtKeyParameters key)(Code) | | construct a private key from it's org.bouncycastle.crypto equivalent.
Parameters: key - the parameters object representing the private key. |
JCERSAPrivateCrtKey | JCERSAPrivateCrtKey(RSAPrivateCrtKeySpec spec)(Code) | | construct a private key from an RSAPrivateCrtKeySpec
Parameters: spec - the spec to be used in construction. |
JCERSAPrivateCrtKey | JCERSAPrivateCrtKey(RSAPrivateCrtKey key)(Code) | | construct a private key from another RSAPrivateCrtKey.
Parameters: key - the object implementing the RSAPrivateCrtKey interface. |
JCERSAPrivateCrtKey | JCERSAPrivateCrtKey(PrivateKeyInfo info)(Code) | | construct an RSA key from a private key info object.
|
getCrtCoefficient | public BigInteger getCrtCoefficient()(Code) | | return the CRT coefficient.
the CRT coefficient. |
getEncoded | public byte[] getEncoded()(Code) | | Return a PKCS8 representation of the key. The sequence returned
represents a full PrivateKeyInfo object.
a PKCS8 representation of the key. |
getFormat | public String getFormat()(Code) | | return the encoding format we produce in getEncoded().
the encoding format we produce in getEncoded(). |
getPrimeExponentP | public BigInteger getPrimeExponentP()(Code) | | return the prime exponent for P.
the prime exponent for P. |
getPrimeExponentQ | public BigInteger getPrimeExponentQ()(Code) | | return the prime exponent for Q.
the prime exponent for Q. |
getPublicExponent | public BigInteger getPublicExponent()(Code) | | return the public exponent.
the public exponent. |
hashCode | public int hashCode()(Code) | | |
|
|
|