类 DefaultSslManagerBundle
java.lang.Object
cn.taketoday.core.ssl.DefaultSslManagerBundle
- 所有已实现的接口:
SslManagerBundle
Default implementation of
SslManagerBundle.- 作者:
- Scott Frederick
- 另请参阅:
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Return theKeyManagerFactoryused to establish identity.protected KeyManagerFactorygetKeyManagerFactoryInstance(String algorithm) Return theTrustManagerFactoryused to establish trust.protected TrustManagerFactorygetTrustManagerFactoryInstance(String algorithm) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 cn.taketoday.core.ssl.SslManagerBundle
createSslContext, getKeyManagers, getTrustManagers
-
字段详细资料
-
storeBundle
-
key
-
-
构造器详细资料
-
DefaultSslManagerBundle
DefaultSslManagerBundle(@Nullable SslStoreBundle storeBundle, @Nullable SslBundleKey key)
-
-
方法详细资料
-
getKeyManagerFactory
从接口复制的说明:SslManagerBundleReturn theKeyManagerFactoryused to establish identity.- 指定者:
getKeyManagerFactory在接口中SslManagerBundle- 返回:
- the key manager factory
-
getTrustManagerFactory
从接口复制的说明:SslManagerBundleReturn theTrustManagerFactoryused to establish trust.- 指定者:
getTrustManagerFactory在接口中SslManagerBundle- 返回:
- the trust manager factory
-
getKeyManagerFactoryInstance
protected KeyManagerFactory getKeyManagerFactoryInstance(String algorithm) throws NoSuchAlgorithmException -
getTrustManagerFactoryInstance
protected TrustManagerFactory getTrustManagerFactoryInstance(String algorithm) throws NoSuchAlgorithmException
-