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修饰符和类InterfaceDescriptioninterfaceInstance 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修饰符和类ClassDescriptionclassExtensions to theX509TrustManagerinterface 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 voidSSLContextSpi.engineInit(KeyManager[] km, TrustManager[] tm, SecureRandom sr) Initializes this context.final voidSSLContext.init(KeyManager[] km, TrustManager[] tm, SecureRandom random) Initializes this context.