Uses of Class
com.ibm.net.ssl.TrustManagerFactory

Packages that use TrustManagerFactory
com.ibm.net.ssl   
 

Uses of TrustManagerFactory in com.ibm.net.ssl
 

Methods in com.ibm.net.ssl that return TrustManagerFactory
static TrustManagerFactory TrustManagerFactory.getInstance(java.lang.String algorithm)
          Generates a TrustManagerFactory object that implements the specified trust management algorithm.
static TrustManagerFactory TrustManagerFactory.getInstance(java.lang.String algorithm, java.lang.String provider)
          Generates a TrustManagerFactory object for the specified trust management algorithm from the specified provider.