|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPassphraseManager
Manages the passphrases associated with the trust store and key store.
Field Summary | |
---|---|
static java.lang.String |
DEFAULT_PASSWORD
Default passphrase used for key store and trust store. |
Method Summary | |
---|---|
java.lang.String |
getKeyStorePassphrase()
Returns the current key store passphrase |
java.lang.String |
getTrustStorePassphrase()
Returns the current trust store passphrase |
void |
setKeyStorePassphrase(java.lang.String phrase)
Sets the key store passphrase |
void |
setTrustStorePassphrase(java.lang.String phrase)
Sets the trust store passphrase |
Field Detail |
---|
static final java.lang.String DEFAULT_PASSWORD
Method Detail |
---|
java.lang.String getTrustStorePassphrase()
java.lang.String getKeyStorePassphrase()
void setTrustStorePassphrase(java.lang.String phrase)
phrase
- new passphrasevoid setKeyStorePassphrase(java.lang.String phrase)
phrase
- new passphrase
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |