|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface KeyStoreTranslatorParameters
Encapsulates the parameters needed to do a KeyStore conversion to a different format.
Method Summary | |
---|---|
void |
destroyParameters()
Destroys all cashed passwords. |
char[] |
getKeyProtectionPassword(String alias)
Returns the protection password of a the key that is associated with alias. |
char[] |
getKeyStoreAccessPassword()
Returns the KeyStore access password. |
KeyStore |
getSourceKeyStore()
Returns the encapsulated KeyStore instance. |
Method Detail |
---|
KeyStore getSourceKeyStore()
char[] getKeyStoreAccessPassword()
char[] getKeyProtectionPassword(String alias)
alias
- The alias of the key that we need to get its protection password.
void destroyParameters()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |