public abstract class SimpleKeyManagerFactory extends KeyManagerFactory
KeyManagerFactory
.Modifier | Constructor and Description |
---|---|
protected |
SimpleKeyManagerFactory()
Creates a new instance.
|
protected |
SimpleKeyManagerFactory(String name)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
protected abstract KeyManager[] |
engineGetKeyManagers()
Returns one key manager for each type of key material.
|
protected abstract void |
engineInit(KeyStore keyStore,
char[] var2)
Initializes this factory with a source of certificate authorities and related key material.
|
protected abstract void |
engineInit(ManagerFactoryParameters managerFactoryParameters)
Initializes this factory with a source of provider-specific key material.
|
getAlgorithm, getDefaultAlgorithm, getInstance, getInstance, getInstance, getKeyManagers, getProvider, init, init
protected SimpleKeyManagerFactory()
protected SimpleKeyManagerFactory(String name)
name
- the name of this KeyManagerFactory
protected abstract void engineInit(KeyStore keyStore, char[] var2) throws Exception
Exception
KeyManagerFactorySpi.engineInit(KeyStore, char[])
protected abstract void engineInit(ManagerFactoryParameters managerFactoryParameters) throws Exception
Exception
KeyManagerFactorySpi.engineInit(ManagerFactoryParameters)
protected abstract KeyManager[] engineGetKeyManagers()
Copyright © 2008–2024 The Netty Project. All rights reserved.