Uses of Class javax.net.ssl.TrustManagerFactory

Uses in package javax.net.ssl

Methods with return type javax.net.ssl.TrustManagerFactory

TrustManagerFactory
TrustManagerFactory.getInstance(String algorithm)
Returns an instance of a trust manager factory for the given algorithm from the first provider that implements it.
TrustManagerFactory
TrustManagerFactory.getInstance(String algorithm, Provider provider)
Returns an instance of a trust manager factory for the given algorithm from the specified provider.
TrustManagerFactory
TrustManagerFactory.getInstance(String algorithm, String provider)
Returns an instance of a trust manager factory for the given algorithm from the named provider.