|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sun.net.ssl.KeyManagerFactorySpi
Constructor Summary | |
KeyManagerFactorySpi()
|
Method Summary | |
protected abstract KeyManager[] |
engineGetKeyManagers()
Returns one trust manager for each type of trust material. |
protected abstract void |
engineInit(java.security.KeyStore ks,
char[] password)
Initializes this factory with a source of key material. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public KeyManagerFactorySpi()
Method Detail |
protected abstract void engineInit(java.security.KeyStore ks, char[] password) throws java.security.KeyStoreException, java.security.NoSuchAlgorithmException, java.security.UnrecoverableKeyException
ks
- the key store or nullpassword
- the password for recovering the keyprotected abstract KeyManager[] engineGetKeyManagers()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |