Uses of Interface
com.ibm.net.ssl.TrustManager

Packages that use TrustManager
com.ibm.net.ssl   
 

Uses of TrustManager in com.ibm.net.ssl
 

Subinterfaces of TrustManager in com.ibm.net.ssl
 interface X509TrustManager
          Instance of this interface manage which X509 certificates may be used to authenticate the remote side of a secure socket.
 

Methods in com.ibm.net.ssl that return TrustManager
 TrustManager[] TrustManagerFactory.getTrustManagers()
          Returns one trust manager for each type of trust material.
 

Methods in com.ibm.net.ssl with parameters of type TrustManager
 void SSLContext.init(KeyManager[] km, TrustManager[] tm, java.security.SecureRandom random)
          Initializes this context.