Module java.base

Interface RSAPrivateKey

All Superinterfaces:
AsymmetricKey, 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: