|
Oracle Communications Services Gatekeeper OAM Java API Reference 6.0 E55516-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
static String |
keyStoreFile The path and file name of the key identity keystore. |
static String |
keyStorePassPhrase The key identity keystore's passphrase. |
static String |
keyStoreType The type of the key identity keystore. |
static String |
privateKeyPhrase The keystore attribute that defines the passphrase used to retrieve the server's private key. |
Method Summary | |
String |
getKeyStoreFile() The path and file name of the key identity keystore. |
String |
getKeyStorePassPhrase() The key identity keystore's passphrase. |
String |
getKeyStoreType() The type of the key identity keystore. |
String |
getPrivateKeyPhrase() The keystore attribute that defines the passphrase used to retrieve the server's private key. |
void |
setKeyStoreFile(String keyStoreFile) The path and file name of the key identity keystore. |
void |
setKeyStorePassPhrase(String keyStorePass) The key identity keystore's passphrase. |
void |
setKeyStoreType(String keyStoreType) The type of the key identity keystore. |
void |
setPrivateKeyPhrase(String privateKey) The keystore attribute that defines the passphrase used to retrieve the server's private key. |
Field Detail |
public static final String keyStoreFile
public static final String keyStorePassPhrase
public static final String keyStoreType
public static final String privateKeyPhrase
Method Detail |
public String getKeyStoreFile() throws ManagementException
ManagementException.
ManagementException
public String getKeyStorePassPhrase() throws ManagementException
ManagementException.
ManagementException
public String getKeyStoreType() throws ManagementException
ManagementException.
ManagementException
public String getPrivateKeyPhrase() throws ManagementException
ManagementException.
ManagementException
public void setKeyStoreFile(String keyStoreFile) throws ManagementException
keyStoreFile
- The path and file name of the key identity keystore.ManagementException.
ManagementException
public void setKeyStorePassPhrase(String keyStorePass) throws ManagementException
keyStorePass
- The key identity keystore's passphrase.ManagementException.
ManagementException
public void setKeyStoreType(String keyStoreType) throws ManagementException
keyStoreType
- The type of the key identity keystore.ManagementException.
ManagementException
public void setPrivateKeyPhrase(String privateKey) throws ManagementException
privateKey
- The keystore attribute that defines the passphrase used to retrieve the server's private key.ManagementException.
ManagementException
|
Oracle Communications Services Gatekeeper OAM Java API Reference 6.0 E55516-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |