KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > net > ssl > KeyManagerFactorySpi

javax.net.ssl
Class KeyManagerFactorySpi

java.lang.Object
  extended by javax.net.ssl.KeyManagerFactorySpi
See Also:
Source Code, KeyManagerFactory, KeyManager

protected abstract KeyManager[] engineGetKeyManagers()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected abstract void engineInit(KeyStore ks,
                                   char[] password)
                            throws KeyStoreException,
                                   NoSuchAlgorithmException,
                                   UnrecoverableKeyException
See Also:
KeyManagerFactory.init(KeyStore, char[])
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected abstract void engineInit(ManagerFactoryParameters spec)
                            throws InvalidAlgorithmParameterException
See Also:
KeyManagerFactory.init(ManagerFactoryParameters spec)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public KeyManagerFactorySpi()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags