public class OpenSSLRSAPrivateCrtKey extends OpenSSLRSAPrivateKey implements RSAPrivateCrtKey
fetchedParams, key, modulus, privateExponent| Constructor and Description |
|---|
OpenSSLRSAPrivateCrtKey(RSAPrivateCrtKeySpec rsaKeySpec) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
BigInteger |
getCrtCoefficient() |
BigInteger |
getPrimeExponentP() |
BigInteger |
getPrimeExponentQ() |
BigInteger |
getPrimeP() |
BigInteger |
getPrimeQ() |
BigInteger |
getPublicExponent() |
int |
hashCode() |
String |
toString() |
getAlgorithm, getEncoded, getFormat, getModulus, getOpenSSLKey, getPrivateExponent, wrapPlatformKeyclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetPrivateExponentgetAlgorithm, getEncoded, getFormatdestroy, isDestroyedgetModuluspublic OpenSSLRSAPrivateCrtKey(RSAPrivateCrtKeySpec rsaKeySpec) throws InvalidKeySpecException
InvalidKeySpecExceptionpublic BigInteger getPublicExponent()
getPublicExponent in interface RSAPrivateCrtKeypublic BigInteger getPrimeP()
getPrimeP in interface RSAPrivateCrtKeypublic BigInteger getPrimeQ()
getPrimeQ in interface RSAPrivateCrtKeypublic BigInteger getPrimeExponentP()
getPrimeExponentP in interface RSAPrivateCrtKeypublic BigInteger getPrimeExponentQ()
getPrimeExponentQ in interface RSAPrivateCrtKeypublic BigInteger getCrtCoefficient()
getCrtCoefficient in interface RSAPrivateCrtKeypublic boolean equals(Object o)
equals in class OpenSSLRSAPrivateKeypublic final int hashCode()
hashCode in class OpenSSLRSAPrivateKeypublic String toString()
toString in class OpenSSLRSAPrivateKey