Interface RSAPrivateCrtKey
- All Superinterfaces:
Key, PrivateKey, RSAKey, RSAPrivateKey, Serializable
-
Field Summary
Fields inherited from interface PrivateKey
serialVersionUID -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface Key
getAlgorithm, getEncoded, getFormatMethods inherited from interface RSAKey
getModulusMethods inherited from interface RSAPrivateKey
getPrivateExponent
-
Method Details
-
getPublicExponent
BigInteger getPublicExponent() -
getPrimeP
BigInteger getPrimeP() -
getPrimeQ
BigInteger getPrimeQ() -
getPrimeExponentP
BigInteger getPrimeExponentP() -
getPrimeExponentQ
BigInteger getPrimeExponentQ() -
getCrtCoefficient
BigInteger getCrtCoefficient()
-