Package org.conscrypt
Class KeyManagerFactoryImpl
java.lang.Object
javax.net.ssl.KeyManagerFactorySpi
org.conscrypt.KeyManagerFactoryImpl
KeyManagerFactory implementation.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected KeyManager[]
protected void
engineInit
(KeyStore ks, char[] password) protected void
-
Field Details
-
keyStore
-
pwd
private char[] pwd
-
-
Constructor Details
-
KeyManagerFactoryImpl
public KeyManagerFactoryImpl()
-
-
Method Details
-
engineInit
protected void engineInit(KeyStore ks, char[] password) throws KeyStoreException, NoSuchAlgorithmException, UnrecoverableKeyException - Specified by:
engineInit
in classKeyManagerFactorySpi
- Throws:
KeyStoreException
NoSuchAlgorithmException
UnrecoverableKeyException
- See Also:
-
engineInit
- Specified by:
engineInit
in classKeyManagerFactorySpi
- Throws:
InvalidAlgorithmParameterException
- See Also:
-
engineGetKeyManagers
- Specified by:
engineGetKeyManagers
in classKeyManagerFactorySpi
- See Also:
-