Package org.conscrypt

Class OpenSSLRSAPrivateCrtKey

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

final class OpenSSLRSAPrivateCrtKey extends OpenSSLRSAPrivateKey implements RSAPrivateCrtKey
An implementation of PrivateKey for RSA keys which uses BoringSSL to perform all the operations.