Uses of Class
javax.net.ssl.TrustManagerFactorySpi
| 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 TrustManagerFactorySpi in javax.net.ssl
Constructors in javax.net.ssl with parameters of type TrustManagerFactorySpi Constructor Description TrustManagerFactory(TrustManagerFactorySpi factorySpi, Provider provider, String algorithm)Creates a newTrustManagerFactoryinstance. -
Uses of TrustManagerFactorySpi in org.conscrypt
Subclasses of TrustManagerFactorySpi in org.conscrypt Modifier and Type Class Description classTrustManagerFactoryImplTrustManagerFactory service provider interface implementation.