org.metastatic.jessie.provider
Class X509KeyManagerFactory
public class X509KeyManagerFactory
protected KeyManager[] | engineGetKeyManagers()- Engine method for retrieving this factory's key managers.
|
protected void | engineInit(KeyStore store, char[] passwd)- Engine method for initializing this factory with a key store and a
password for private keys.
|
protected void | engineInit(ManagerFactoryParameters params)- Engine method for initializing this factory with some
algorithm-specific parameters.
|
X509KeyManagerFactory
public X509KeyManagerFactory()
engineInit
protected void engineInit(KeyStore store,
char[] passwd)
throws KeyStoreException,
NoSuchAlgorithmException,
UnrecoverableKeyException Engine method for initializing this factory with a key store and a
password for private keys. Either parameter may be null,
in which case some default parameters (possibly derived from system
properties) should be used.
- engineInit in interface KeyManagerFactorySpi
store - The key store.passwd - The private key password.
engineInit
protected void engineInit(ManagerFactoryParameters params)
throws InvalidAlgorithmParameterException Engine method for initializing this factory with some
algorithm-specific parameters.
- engineInit in interface KeyManagerFactorySpi
params - The factory parameters.