Uses of Interface
javax.net.ssl.TrustManager
Packages that use TrustManager
-
Uses of TrustManager in javax.net.ssl
Subinterfaces of TrustManager in javax.net.sslModifier and TypeInterfaceDescriptioninterface
Instance of this interface manage which X509 certificates may be used to authenticate the remote side of a secure socket.Classes in javax.net.ssl that implement TrustManagerModifier and TypeClassDescriptionclass
Extensions to theX509TrustManager
interface to support SSL/TLS/DTLS connection sensitive trust management.Methods in javax.net.ssl that return TrustManagerModifier and TypeMethodDescriptionprotected abstract TrustManager[]
TrustManagerFactorySpi.engineGetTrustManagers()
Returns one trust manager for each type of trust material.final TrustManager[]
TrustManagerFactory.getTrustManagers()
Returns one trust manager for each type of trust material.Methods in javax.net.ssl with parameters of type TrustManagerModifier and TypeMethodDescriptionprotected abstract void
SSLContextSpi.engineInit
(KeyManager[] km, TrustManager[] tm, SecureRandom sr) Initializes this context.final void
SSLContext.init
(KeyManager[] km, TrustManager[] tm, SecureRandom random) Initializes this context.