Class JSSKeyManagerFactory
java.lang.Object
javax.net.ssl.KeyManagerFactorySpi
org.mozilla.jss.provider.javax.crypto.JSSKeyManagerFactory
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected KeyManager[]
protected void
engineInit
(KeyStore ks, char[] password) protected void
protected void
engineInitCryptoManager
(char[] password) protected void
-
Field Details
-
internalStorage
-
password
char[] password
-
-
Constructor Details
-
JSSKeyManagerFactory
public JSSKeyManagerFactory()
-
-
Method Details
-
engineInit
- Specified by:
engineInit
in classKeyManagerFactorySpi
- Throws:
KeyStoreException
-
engineInitCryptoManager
- Throws:
KeyStoreException
-
engineInitKeyStore
- Throws:
KeyStoreException
-
engineInit
- Specified by:
engineInit
in classKeyManagerFactorySpi
-
engineGetKeyManagers
- Specified by:
engineGetKeyManagers
in classKeyManagerFactorySpi
-