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 voidengineInit(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:
engineInitin classKeyManagerFactorySpi- Throws:
KeyStoreExceptionNoSuchAlgorithmExceptionUnrecoverableKeyException- See Also:
-
engineInit
- Specified by:
engineInitin classKeyManagerFactorySpi- Throws:
InvalidAlgorithmParameterException- See Also:
-
engineGetKeyManagers
- Specified by:
engineGetKeyManagersin classKeyManagerFactorySpi- See Also:
-