| GNU Classpath (0.95) | |
| Frames | No Frames | 
Methods with parameter type javax.net.ssl.TrustManager | |
| void | SSLContextSpi.engineInit(KeyManager[] keyManagers, TrustManager[] trustManagers, SecureRandom random)  Initialize this context with key and trust managers, and a source
 of randomness.   | 
| void |  Initializes this context and prepares it for producing socket
 factories.   | 
Methods with return type javax.net.ssl.TrustManager | |
| TrustManager[] |  Engine method that returns the trust managers created by this factory.
  | 
| TrustManager[] |  Returns the trust managers created by this factory.
  | 
| GNU Classpath (0.95) |