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) classOpenSSLECPrivateKeyAn implementation of aPrivateKeyfor EC keys based on BoringSSL.(package private) classOpenSSLECPublicKeyAn implementation of aPublicKeyfor EC keys based on BoringSSL.(package private) classOpenSSLRSAPrivateCrtKeyAn implementation ofPrivateKeyfor RSA keys which uses BoringSSL to perform all the operations.(package private) classOpenSSLRSAPrivateKeyAn implementation ofPrivateKeyfor RSA keys which uses BoringSSL to perform all the operations.classOpenSSLRSAPublicKeyAn implementation ofPublicKeyfor RSA keys which uses BoringSSL to perform all the operations.
-