public class JCERSAPrivateCrtKey extends JCERSAPrivateKey implements RSAPrivateCrtKey
modulus, privateExponent| Modifier and Type | Method and Description |
|---|---|
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() |
getAlgorithm, getBagAttribute, getBagAttributeKeys, getModulus, getPrivateExponent, setBagAttributeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetPrivateExponentgetAlgorithmdestroy, isDestroyedgetModuluspublic String getFormat()
getFormat in interface KeygetFormat in class JCERSAPrivateKeypublic byte[] getEncoded()
getEncoded in interface KeygetEncoded in class JCERSAPrivateKeypublic 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 int hashCode()
hashCode in class JCERSAPrivateKeypublic boolean equals(Object o)
equals in class JCERSAPrivateKeyCopyright © 2015. All rights reserved.