Interface RSAPrivateKey

All Superinterfaces:
Key, PrivateKey, RSAKey, Serializable
All Known Subinterfaces:
RSAMultiPrimePrivateCrtKey, RSAPrivateCrtKey
All Known Implementing Classes:
BCRSAPrivateCrtKey, BCRSAPrivateKey, JCERSAPrivateCrtKey, JCERSAPrivateKey, OpenSSLRSAPrivateCrtKey, OpenSSLRSAPrivateKey

public interface RSAPrivateKey
extends PrivateKey, RSAKey
The interface for an PKCS#1 RSA private key.