|
Oracle Communications Services Gatekeeper OAM Java API Reference 7.0.0.1 E96580-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
static java.lang.String |
keyStoreFile
The path and file name of the key identity keystore. |
static java.lang.String |
keyStorePassPhrase
The key identity keystore's passphrase. |
static java.lang.String |
keyStoreType
The type of the key identity keystore. |
static java.lang.String |
privateKeyPhrase
The keystore attribute that defines the passphrase used to retrieve the server's private key. |
static java.lang.String |
trustKeyStoreFile
The path and file name of the trust keystore. |
static java.lang.String |
trustKeyStorePassPhrase
The trust keystore's passphrase. |
static java.lang.String |
trustKeyStoreType
The type of the trust keystore. |
Method Summary | |
abstract java.lang.String |
getKeyStoreFile()
The path and file name of the key identity keystore. |
abstract java.lang.String |
getKeyStorePassPhrase()
The key identity keystore's passphrase. |
abstract java.lang.String |
getKeyStoreType()
The type of the key identity keystore. |
abstract java.lang.String |
getPrivateKeyPhrase()
The keystore attribute that defines the passphrase used to retrieve the server's private key. |
abstract java.lang.String |
getTrustKeyStoreFile()
The path and file name of the trust keystore. |
abstract java.lang.String |
getTrustKeyStorePassPhrase()
The trust keystore's passphrase. |
abstract java.lang.String |
getTrustKeyStoreType()
The type of the trust keystore. |
abstract void |
setKeyStoreFile(java.lang.String keyStoreFile)
The path and file name of the key identity keystore. |
abstract void |
setKeyStorePassPhrase(java.lang.String keyStorePass)
The key identity keystore's passphrase. |
abstract void |
setKeyStoreType(java.lang.String keyStoreType)
The type of the key identity keystore. |
abstract void |
setPrivateKeyPhrase(java.lang.String privateKey)
The keystore attribute that defines the passphrase used to retrieve the server's private key. |
abstract void |
setTrustKeyStoreFile(java.lang.String trustKeyStoreFile)
The path and file name of the trust keystore. |
abstract void |
setTrustKeyStorePassPhrase(java.lang.String trustKeyStorePass)
The trust keystore's passphrase. |
abstract void |
setTrustKeyStoreType(java.lang.String trustKeyStoreType)
The type of the trust keystore. |
Field Detail |
public static final java.lang.String keyStoreFile
public static final java.lang.String keyStorePassPhrase
public static final java.lang.String keyStoreType
public static final java.lang.String privateKeyPhrase
public static final java.lang.String trustKeyStoreFile
public static final java.lang.String trustKeyStorePassPhrase
public static final java.lang.String trustKeyStoreType
Method Detail |
public java.lang.String getKeyStoreFile() throws com.bea.wlcp.wlng.api.management.ManagementException
ManagementException.
com.bea.wlcp.wlng.api.management.ManagementException
public java.lang.String getKeyStorePassPhrase() throws com.bea.wlcp.wlng.api.management.ManagementException
ManagementException.
com.bea.wlcp.wlng.api.management.ManagementException
public java.lang.String getKeyStoreType() throws com.bea.wlcp.wlng.api.management.ManagementException
ManagementException.
com.bea.wlcp.wlng.api.management.ManagementException
public java.lang.String getPrivateKeyPhrase() throws com.bea.wlcp.wlng.api.management.ManagementException
ManagementException.
com.bea.wlcp.wlng.api.management.ManagementException
public java.lang.String getTrustKeyStoreFile() throws com.bea.wlcp.wlng.api.management.ManagementException
ManagementException.
com.bea.wlcp.wlng.api.management.ManagementException
public java.lang.String getTrustKeyStorePassPhrase() throws com.bea.wlcp.wlng.api.management.ManagementException
ManagementException.
com.bea.wlcp.wlng.api.management.ManagementException
public java.lang.String getTrustKeyStoreType() throws com.bea.wlcp.wlng.api.management.ManagementException
ManagementException.
com.bea.wlcp.wlng.api.management.ManagementException
public void setKeyStoreFile(java.lang.String keyStoreFile) throws com.bea.wlcp.wlng.api.management.ManagementException
keyStoreFile
- The path and file name of the key identity keystore.
ManagementException.
com.bea.wlcp.wlng.api.management.ManagementException
public void setKeyStorePassPhrase(java.lang.String keyStorePass) throws com.bea.wlcp.wlng.api.management.ManagementException
keyStorePass
- The key identity keystore's passphrase.
ManagementException.
com.bea.wlcp.wlng.api.management.ManagementException
public void setKeyStoreType(java.lang.String keyStoreType) throws com.bea.wlcp.wlng.api.management.ManagementException
keyStoreType
- The type of the key identity keystore.
ManagementException.
com.bea.wlcp.wlng.api.management.ManagementException
public void setPrivateKeyPhrase(java.lang.String privateKey) throws com.bea.wlcp.wlng.api.management.ManagementException
privateKey
- The keystore attribute that defines the passphrase used to
retrieve the server's private key.
ManagementException.
com.bea.wlcp.wlng.api.management.ManagementException
public void setTrustKeyStoreFile(java.lang.String trustKeyStoreFile) throws com.bea.wlcp.wlng.api.management.ManagementException
trustKeyStoreFile
- The path and file name of the trust keystore.
ManagementException.
com.bea.wlcp.wlng.api.management.ManagementException
public void setTrustKeyStorePassPhrase(java.lang.String trustKeyStorePass) throws com.bea.wlcp.wlng.api.management.ManagementException
trustKeyStorePass
- The trust keystore's passphrase.
ManagementException.
com.bea.wlcp.wlng.api.management.ManagementException
public void setTrustKeyStoreType(java.lang.String trustKeyStoreType) throws com.bea.wlcp.wlng.api.management.ManagementException
trustKeyStoreType
- The type of the trust keystore.
ManagementException.
com.bea.wlcp.wlng.api.management.ManagementException
|
Oracle Communications Services Gatekeeper OAM Java API Reference 7.0.0.1 E96580-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |