public abstract class SimpleKeyManagerFactory
extends javax.net.ssl.KeyManagerFactory
KeyManagerFactory
.限定符 | 构造器和说明 |
---|---|
protected |
SimpleKeyManagerFactory()
Creates a new instance.
|
protected |
SimpleKeyManagerFactory(java.lang.String name)
Creates a new instance.
|
限定符和类型 | 方法和说明 |
---|---|
protected abstract javax.net.ssl.KeyManager[] |
engineGetKeyManagers()
Returns one key manager for each type of key material.
|
protected abstract void |
engineInit(java.security.KeyStore keyStore,
char[] var2)
Initializes this factory with a source of certificate authorities and related key material.
|
protected abstract void |
engineInit(javax.net.ssl.ManagerFactoryParameters managerFactoryParameters)
Initializes this factory with a source of provider-specific key material.
|
protected SimpleKeyManagerFactory()
protected SimpleKeyManagerFactory(java.lang.String name)
name
- the name of this KeyManagerFactory
protected abstract void engineInit(java.security.KeyStore keyStore, char[] var2) throws java.lang.Exception
java.lang.Exception
KeyManagerFactorySpi.engineInit(KeyStore, char[])
protected abstract void engineInit(javax.net.ssl.ManagerFactoryParameters managerFactoryParameters) throws java.lang.Exception
java.lang.Exception
KeyManagerFactorySpi.engineInit(ManagerFactoryParameters)
protected abstract javax.net.ssl.KeyManager[] engineGetKeyManagers()
KeyManagerFactorySpi.engineGetKeyManagers()