Uses of Class
javax.net.ssl.KeyManagerFactory
| 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.
|
-
Uses of KeyManagerFactory in javax.net.ssl
Methods in javax.net.ssl that return KeyManagerFactory Modifier and Type Method Description static KeyManagerFactoryKeyManagerFactory. getInstance(String algorithm)Creates a newKeyManagerFactoryinstance for the specified key management algorithm.static KeyManagerFactoryKeyManagerFactory. getInstance(String algorithm, String provider)Creates a newKeyManagerFactoryinstance for the specified key management algorithm from the specified provider.static KeyManagerFactoryKeyManagerFactory. getInstance(String algorithm, Provider provider)Creates a newKeyManagerFactoryinstance for the specified key management algorithm from the specified provider.