java.security.interfaces
Interface RSAPrivateKey
- All Superinterfaces:
- Key, PrivateKey, RSAKey, Serializable
- All Known Subinterfaces:
- RSAMultiPrimePrivateCrtKey, RSAPrivateCrtKey
public interface RSAPrivateKey
- extends PrivateKey, RSAKey
This interface provides access to information about an RSA private key.
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
getPrivateExponent
BigInteger getPrivateExponent()
- Returns the private exponent value for this key
- Returns:
- The private exponent value for this key