Methods Summary |
---|
protected abstract javax.net.ssl.KeyManager[] | engineGetKeyManagers()Returns a list of key managers, one instance for each type of key in the
key store.
|
protected abstract void | engineInit(java.security.KeyStore ks, char[] password)Initializes this instance with the specified key store and password.
|
protected abstract void | engineInit(javax.net.ssl.ManagerFactoryParameters spec)Initializes this instance with the specified factory parameters.
|