com.ibm.cics.core.comm
Interface IPassphraseManager


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

DEFAULT_PASSWORD

static final java.lang.String DEFAULT_PASSWORD
Default passphrase used for key store and trust store.

See Also:
Constant Field Values
Method Detail

getTrustStorePassphrase

java.lang.String getTrustStorePassphrase()
Returns the current trust store passphrase

Returns:
the current passphrase

getKeyStorePassphrase

java.lang.String getKeyStorePassphrase()
Returns the current key store passphrase

Returns:
the current passphrase

setTrustStorePassphrase

void setTrustStorePassphrase(java.lang.String phrase)
Sets the trust store passphrase

Parameters:
phrase - new passphrase

setKeyStorePassphrase

void setKeyStorePassphrase(java.lang.String phrase)
Sets the key store passphrase

Parameters:
phrase - new passphrase


Copyright © 2013 IBM Corp. All Rights Reserved.