|
|||||||||
| Home >> All >> javax >> net >> [ ssl overview ] | PREV NEXT | ||||||||
Uses of Interface
javax.net.ssl.TrustManager
| Uses of TrustManager in javax.net.ssl |
| Subinterfaces of TrustManager in javax.net.ssl | |
interface |
X509TrustManager
A trust manager for dealing with X.509 certificates. |
| Methods in javax.net.ssl that return TrustManager | |
protected abstract TrustManager[] |
TrustManagerFactorySpi.engineGetTrustManagers()
Engine method that returns the trust managers created by this factory. |
TrustManager[] |
TrustManagerFactory.getTrustManagers()
Returns the trust managers created by this factory. |
| Methods in javax.net.ssl with parameters of type TrustManager | |
protected abstract void |
SSLContextSpi.engineInit(KeyManager[] keyManagers,
TrustManager[] trustManagers,
java.security.SecureRandom random)
Initialize this context with key and trust managers, and a source of randomness. |
void |
SSLContext.init(KeyManager[] keyManagers,
TrustManager[] trustManagers,
java.security.SecureRandom random)
Initializes this context and prepares it for producing socket factories. |
|
|||||||||
| Home >> All >> javax >> net >> [ ssl overview ] | PREV NEXT | ||||||||