public final class KeyManagerFactoryWrapper extends SimpleKeyManagerFactory
| 构造器和说明 |
|---|
KeyManagerFactoryWrapper(javax.net.ssl.KeyManager km) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected javax.net.ssl.KeyManager[] |
engineGetKeyManagers()
Returns one key manager for each type of key material.
|
protected void |
engineInit(java.security.KeyStore keyStore,
char[] var2)
Initializes this factory with a source of certificate authorities and related key material.
|
protected void |
engineInit(javax.net.ssl.ManagerFactoryParameters managerFactoryParameters)
Initializes this factory with a source of provider-specific key material.
|
protected void engineInit(java.security.KeyStore keyStore,
char[] var2)
throws java.lang.Exception
SimpleKeyManagerFactoryengineInit 在类中 SimpleKeyManagerFactoryjava.lang.ExceptionKeyManagerFactorySpi.engineInit(KeyStore, char[])protected void engineInit(javax.net.ssl.ManagerFactoryParameters managerFactoryParameters)
throws java.lang.Exception
SimpleKeyManagerFactoryengineInit 在类中 SimpleKeyManagerFactoryjava.lang.ExceptionKeyManagerFactorySpi.engineInit(ManagerFactoryParameters)protected javax.net.ssl.KeyManager[] engineGetKeyManagers()
SimpleKeyManagerFactoryengineGetKeyManagers 在类中 SimpleKeyManagerFactoryKeyManagerFactorySpi.engineGetKeyManagers()