类 AliasKeyManagerFactory
java.lang.Object
javax.net.ssl.KeyManagerFactory
cn.taketoday.core.ssl.AliasKeyManagerFactory
KeyManagerFactory that allows a configurable key alias to be used. Due to the
fact that the actual calls to retrieve the key by alias are done at request time the
approach is to wrap the actual key managers with a AliasKeyManagerFactory.AliasX509ExtendedKeyManager.
The actual SPI has to be wrapped as well due to the fact that
KeyManagerFactory.getKeyManagers() is final.- 从以下版本开始:
- 4.0
- 作者:
- Scott Frederick, Harry Yang
-
嵌套类概要
嵌套类修饰符和类型类说明private static final classKeyManagerFactorySpithat allows a configurable key alias to be used.(专用程序包) static final classX509ExtendedKeyManagerthat allows a configurable key alias to be used. -
构造器概要
构造器 -
方法概要
从类继承的方法 javax.net.ssl.KeyManagerFactory
getAlgorithm, getDefaultAlgorithm, getInstance, getInstance, getInstance, getKeyManagers, getProvider, init, init
-
构造器详细资料
-
AliasKeyManagerFactory
AliasKeyManagerFactory(KeyManagerFactory delegate, String alias, String algorithm)
-