Class SimpleKeyManagerFactory
java.lang.Object
javax.net.ssl.KeyManagerFactory
io.netty.handler.ssl.util.SimpleKeyManagerFactory
- Direct Known Subclasses:
KeyManagerFactoryWrapper
Helps to implement a custom
KeyManagerFactory.-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreates a new instance.protectedCreates a new instance. -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract KeyManager[]Returns one key manager for each type of key material.protected abstract voidengineInit(KeyStore keyStore, char[] var2) Initializes this factory with a source of certificate authorities and related key material.protected abstract voidengineInit(ManagerFactoryParameters managerFactoryParameters) Initializes this factory with a source of provider-specific key material.Methods inherited from class KeyManagerFactory
getAlgorithm, getDefaultAlgorithm, getInstance, getInstance, getInstance, getKeyManagers, getProvider, init, init
-
Constructor Details
-
SimpleKeyManagerFactory
protected SimpleKeyManagerFactory()Creates a new instance. -
SimpleKeyManagerFactory
Creates a new instance.- Parameters:
name- the name of thisKeyManagerFactory
-
-
Method Details
-
engineInit
-
engineInit
protected abstract void engineInit(ManagerFactoryParameters managerFactoryParameters) throws Exception Initializes this factory with a source of provider-specific key material.- Throws:
Exception- See Also:
-
engineGetKeyManagers
Returns one key manager for each type of key material.- See Also:
-