Package java.security.interfaces
Interface RSAPrivateCrtKey
- All Superinterfaces:
Key
,PrivateKey
,RSAKey
,RSAPrivateKey
,Serializable
-
Field Summary
Fields inherited from interface java.security.PrivateKey
serialVersionUID
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
Methods inherited from interface java.security.interfaces.RSAKey
getModulus
Methods inherited from interface java.security.interfaces.RSAPrivateKey
getPrivateExponent
-
Method Details
-
getCrtCoefficient
BigInteger getCrtCoefficient() -
getPrimeExponentP
BigInteger getPrimeExponentP() -
getPrimeExponentQ
BigInteger getPrimeExponentQ() -
getPrimeP
BigInteger getPrimeP() -
getPrimeQ
BigInteger getPrimeQ() -
getPublicExponent
BigInteger getPublicExponent()
-