Uses of Interface
org.conscrypt.OpenSSLKeyHolder
-
Packages that use OpenSSLKeyHolder Package Description org.conscrypt -
-
Uses of OpenSSLKeyHolder in org.conscrypt
Classes in org.conscrypt that implement OpenSSLKeyHolder Modifier and Type Class Description (package private) class
OpenSSLECPrivateKey
An implementation of aPrivateKey
for EC keys based on BoringSSL.(package private) class
OpenSSLECPublicKey
An implementation of aPublicKey
for EC keys based on BoringSSL.(package private) class
OpenSSLRSAPrivateCrtKey
An implementation ofPrivateKey
for RSA keys which uses BoringSSL to perform all the operations.(package private) class
OpenSSLRSAPrivateKey
An implementation ofPrivateKey
for RSA keys which uses BoringSSL to perform all the operations.class
OpenSSLRSAPublicKey
An implementation ofPublicKey
for RSA keys which uses BoringSSL to perform all the operations.
-