Package org.conscrypt

Class OpenSSLRSAPrivateKey

java.lang.Object
org.conscrypt.OpenSSLRSAPrivateKey
All Implemented Interfaces:
Serializable, RSAKey, RSAPrivateKey, Key, PrivateKey, Destroyable, OpenSSLKeyHolder
Direct Known Subclasses:
OpenSSLRSAPrivateCrtKey

class OpenSSLRSAPrivateKey extends Object implements RSAPrivateKey, OpenSSLKeyHolder
An implementation of PrivateKey for RSA keys which uses BoringSSL to perform all the operations.