Java javax.net.ssl TrustManagerFactory fields, constructors, methods, implement or subclass

Example usage for Java javax.net.ssl TrustManagerFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.net.ssl TrustManagerFactory.

The text is from its open source code.

Method

StringgetDefaultAlgorithm()
Obtains the default TrustManagerFactory algorithm name.
TrustManagerFactorygetInstance(String algorithm)
Returns a TrustManagerFactory object that acts as a factory for trust managers.
TrustManagerFactorygetInstance(String algorithm, String provider)
Returns a TrustManagerFactory object that acts as a factory for trust managers.
TrustManagerFactorygetInstance(String algorithm, Provider provider)
Returns a TrustManagerFactory object that acts as a factory for trust managers.
TrustManager[]getTrustManagers()
Returns one trust manager for each type of trust material.
voidinit(KeyStore ks)
Initializes this factory with a source of certificate authorities and related trust material.
voidinit(ManagerFactoryParameters spec)
Initializes this factory with a source of provider-specific trust material.