Uses of Interface
javax.net.ssl.ManagerFactoryParameters
-
Packages that use ManagerFactoryParameters 软件包 描述 javax.net.ssl 为安全套接字包提供类。 -
-
Uses of ManagerFactoryParameters in javax.net.ssl
Classes in javax.net.ssl that implement ManagerFactoryParameters Modifier and Type Class 描述 classCertPathTrustManagerParametersCertPathParameters的包装器。classKeyStoreBuilderParameters封装KeyStore.Builders列表的X509KeyManagers的参数对象。Methods in javax.net.ssl with parameters of type ManagerFactoryParameters Modifier and Type 方法 描述 protected abstract voidKeyManagerFactorySpi. engineInit(ManagerFactoryParameters spec)使用关键材料来源初始化该工厂。protected abstract voidTrustManagerFactorySpi. engineInit(ManagerFactoryParameters spec)使用提供商特定的密钥材料来源初始化该工厂。voidKeyManagerFactory. init(ManagerFactoryParameters spec)使用提供商特定的密钥材料来源初始化该工厂。voidTrustManagerFactory. init(ManagerFactoryParameters spec)Initializes this factory with a source of provider-specific trust material.
-