- All Superinterfaces:
- Destroyable,- Key,- PrivateKey,- RSAKey,- Serializable
- All Known Subinterfaces:
- RSAMultiPrimePrivateCrtKey,- RSAPrivateCrtKey
The interface to an RSA private key.
- Since:
- 1.2
- See Also:
- 
Field SummaryFields
- 
Method SummaryMethods declared in interface javax.security.auth.Destroyabledestroy, isDestroyedMethods declared in interface java.security.KeygetAlgorithm, getEncoded, getFormatMethods declared in interface java.security.interfaces.RSAKeygetModulus, getParams
- 
Field Details- 
serialVersionUIDDeprecated.AserialVersionUIDfield in an interface is ineffectual. Do not use; no replacement.The type fingerprint that is set to indicate serialization compatibility with a previous version of the type.- See Also:
 
 
- 
- 
Method Details- 
getPrivateExponentBigInteger getPrivateExponent()Returns the private exponent.- Returns:
- the private exponent
 
 
- 
serialVersionUIDfield in an interface is ineffectual.