TrustManagerFactory
Class TrustManagerFactory
- java.lang.Object
-
- javax.net.ssl.TrustManagerFactory
public class TrustManagerFactory extends Object
This class acts as a factory for trust managers based on a source of trust material. Each trust manager manages a specific type of trust material for use by secure sockets. The trust material is based on a KeyStore and/or provider specific sources.
- Since:
- 1.4
- See Also:
TrustManager
Constructors
TrustManagerFactory
protected TrustManagerFactory(TrustManagerFactorySpi factorySpi,