Uses of Interface javax.net.ssl.TrustManager

Uses in package javax.net.ssl

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
SSLContext.init(KeyManager[] keyManagers, TrustManager[] trustManagers, SecureRandom random)
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.