- 
- All Superinterfaces:
- Destroyable,- Key,- PrivateKey,- RSAKey,- Serializable
 - All Known Subinterfaces:
- RSAMultiPrimePrivateCrtKey,- RSAPrivateCrtKey
 
 public interface RSAPrivateKey extends PrivateKey, RSAKey The interface to an RSA private key.- Since:
- 1.2
- See Also:
- RSAPrivateCrtKey
 
- 
- 
Field SummaryFields Modifier and Type Field Description static longserialVersionUIDThe type fingerprint that is set to indicate serialization compatibility with a previous version of the type.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description BigIntegergetPrivateExponent()Returns the private exponent.- 
Methods declared in interface javax.security.auth.Destroyabledestroy, isDestroyed
 - 
Methods declared in interface java.security.KeygetAlgorithm, getEncoded, getFormat
 - 
Methods declared in interface java.security.interfaces.RSAKeygetModulus, getParams
 
- 
 
- 
- 
- 
Field Detail- 
serialVersionUIDstatic final long serialVersionUID The type fingerprint that is set to indicate serialization compatibility with a previous version of the type.- See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getPrivateExponentBigInteger getPrivateExponent() Returns the private exponent.- Returns:
- the private exponent
 
 
- 
 
-