Uses of Class
javax.net.ssl.KeyManagerFactorySpi
| Package | Description |
|---|---|
| javax.net.ssl |
This package provides classes and interfaces needed to use the Secure
Sockets Layer (SSL) protocol and the successor Transport Layer
Security (TLS) protocol.
|
| org.conscrypt |
-
Uses of KeyManagerFactorySpi in javax.net.ssl
Constructors in javax.net.ssl with parameters of type KeyManagerFactorySpi Constructor Description KeyManagerFactory(KeyManagerFactorySpi factorySpi, Provider provider, String algorithm)Creates a newKeyManagerFactory. -
Uses of KeyManagerFactorySpi in org.conscrypt
Subclasses of KeyManagerFactorySpi in org.conscrypt Modifier and Type Class Description classKeyManagerFactoryImplKeyManagerFactory implementation.