com.ibm.security.keystoreutil
Interface KeyStoreTranslatorParameters
- public interface KeyStoreTranslatorParameters
Method Summary
Modifier and Type | Method and Description |
---|---|
|
destroyParameters()
Destroys all cashed passwords.
|
|
getKeyProtectionPassword(String alias)
Returns the protection password of a the key that is associated with
alias .
|
|
getKeyStoreAccessPassword()
Returns the KeyStore access password.
|
getSourceKeyStore()
Returns the encapsulated KeyStore instance.
|
Method Detail
getSourceKeyStore
- KeyStore getSourceKeyStore()
Returns the encapsulated KeyStore instance.
Returns:
The KeyStore instance.
getKeyStoreAccessPassword
- char[] getKeyStoreAccessPassword( )
Returns the KeyStore access password.
Returns:
The KeyStore access password
getKeyProtectionPassword
- char[] getKeyProtectionPassword( String alias)
Returns the protection password of a the key that is associated with
alias
.
This can be the same as the KeyStore access password.
Parameters:
alias
- The alias of the key that we need to get its protection password. Returns:
The key protection password.
destroyParameters
- void destroyParameters()
Destroys all cashed passwords.