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 描述 class
CertPathTrustManagerParameters
CertPathParameters的包装器。class
KeyStoreBuilderParameters
封装KeyStore.Builders列表的X509KeyManagers的参数对象。Methods in javax.net.ssl with parameters of type ManagerFactoryParameters Modifier and Type 方法 描述 protected abstract void
KeyManagerFactorySpi. engineInit(ManagerFactoryParameters spec)
使用关键材料来源初始化该工厂。protected abstract void
TrustManagerFactorySpi. engineInit(ManagerFactoryParameters spec)
使用提供商特定的密钥材料来源初始化该工厂。void
KeyManagerFactory. init(ManagerFactoryParameters spec)
使用提供商特定的密钥材料来源初始化该工厂。void
TrustManagerFactory. init(ManagerFactoryParameters spec)
Initializes this factory with a source of provider-specific trust material.
-