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