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