|
Oracle Communications Services Gatekeeper OAM Java API Reference 5.1 E37524-01 |
||||||||||
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
- ManagementExceptionpublic String getKeyStorePassPhrase() throws ManagementException
ManagementException
- ManagementExceptionpublic String getKeyStoreType() throws ManagementException
ManagementException
- ManagementExceptionpublic String getPrivateKeyPhrase() throws ManagementException
ManagementException
- ManagementExceptionpublic void setKeyStoreFile(String keyStoreFile) throws ManagementException
keyStoreFile
- The path and file name of the key identity keystore.ManagementException
- ManagementExceptionpublic void setKeyStorePassPhrase(String keyStorePass) throws ManagementException
keyStorePass
- The key identity keystore's passphrase.ManagementException
- ManagementExceptionpublic void setKeyStoreType(String keyStoreType) throws ManagementException
keyStoreType
- The type of the key identity keystore.ManagementException
- ManagementExceptionpublic 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 5.1 E37524-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |