public class BCRSAPrivateCrtKey extends BCRSAPrivateKey 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 BCRSAPrivateKeypublic byte[] getEncoded()
getEncoded in interface KeygetEncoded in class BCRSAPrivateKeypublic 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 BCRSAPrivateKeypublic boolean equals(Object o)
equals in class BCRSAPrivateKeypublic String toString()
toString in class BCRSAPrivateKeyCopyright © 2015–2019 The veraPDF Consortium. All rights reserved.