java.lang.Object javax.net.ssl.KeyManagerFactorySpi
KeyManagerFactory
KeyManager
protected abstract KeyManager[] engineGetKeyManagers()
protected abstract void engineInit(KeyStore ks, char[] password) throws KeyStoreException, NoSuchAlgorithmException, UnrecoverableKeyException
KeyManagerFactory.init(KeyStore, char[])
protected abstract void engineInit(ManagerFactoryParameters spec) throws InvalidAlgorithmParameterException
KeyManagerFactory.init(ManagerFactoryParameters spec)
public KeyManagerFactorySpi()