Uses of Interface
javax.net.ssl.TrustManager
Packages that use TrustManager
-
Uses of TrustManager in javax.net.ssl
Subinterfaces of TrustManager in javax.net.ssl修饰符和类InterfaceDescriptioninterface
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 TrustManager修饰符和类ClassDescriptionclass
Extensions to theX509TrustManager
interface to support SSL/TLS/DTLS connection sensitive trust management.Methods in javax.net.ssl that return TrustManager修饰符和类方法Descriptionprotected 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 TrustManager修饰符和类方法Descriptionprotected 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.