Oracle Communications Services Gatekeeper OAM Java API Reference
7.0.0.1

E96580-01

oracle.ocsg.soap.ssl.management
Interface SoapSslMBean


public interface SoapSslMBean


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

keyStoreFile

public static final java.lang.String keyStoreFile
The path and file name of the key identity keystore.

See Also:
Constant Field Values

keyStorePassPhrase

public static final java.lang.String keyStorePassPhrase
The key identity keystore's passphrase.

See Also:
Constant Field Values

keyStoreType

public static final java.lang.String keyStoreType
The type of the key identity keystore. Generally, this is JKS; if left blank, it defaults to JKS.

See Also:
Constant Field Values

privateKeyPhrase

public static final java.lang.String privateKeyPhrase
The keystore attribute that defines the passphrase used to retrieve the server's private key.

See Also:
Constant Field Values

trustKeyStoreFile

public static final java.lang.String trustKeyStoreFile
The path and file name of the trust keystore.

See Also:
Constant Field Values

trustKeyStorePassPhrase

public static final java.lang.String trustKeyStorePassPhrase
The trust keystore's passphrase.

See Also:
Constant Field Values

trustKeyStoreType

public static final java.lang.String trustKeyStoreType
The type of the trust keystore. Generally, this is JKS; if left blank, it defaults to JKS.

See Also:
Constant Field Values
Method Detail

getKeyStoreFile

public java.lang.String getKeyStoreFile()
                                 throws com.bea.wlcp.wlng.api.management.ManagementException
The path and file name of the key identity keystore.

Returns:
The path and file name of the key identity keystore.
Throws:
ManagementException.
com.bea.wlcp.wlng.api.management.ManagementException

getKeyStorePassPhrase

public java.lang.String getKeyStorePassPhrase()
                                       throws com.bea.wlcp.wlng.api.management.ManagementException
The key identity keystore's passphrase.

Returns:
The key identity keystore's passphrase.
Throws:
ManagementException.
com.bea.wlcp.wlng.api.management.ManagementException

getKeyStoreType

public java.lang.String getKeyStoreType()
                                 throws com.bea.wlcp.wlng.api.management.ManagementException
The type of the key identity keystore. Generally, this is JKS; if left blank, it defaults to JKS.

Returns:
The type of the key identity keystore.
Throws:
ManagementException.
com.bea.wlcp.wlng.api.management.ManagementException

getPrivateKeyPhrase

public java.lang.String getPrivateKeyPhrase()
                                     throws com.bea.wlcp.wlng.api.management.ManagementException
The keystore attribute that defines the passphrase used to retrieve the server's private key.

Returns:
The keystore attribute that defines the passphrase used to retrieve the server's private key.
Throws:
ManagementException.
com.bea.wlcp.wlng.api.management.ManagementException

getTrustKeyStoreFile

public java.lang.String getTrustKeyStoreFile()
                                      throws com.bea.wlcp.wlng.api.management.ManagementException
The path and file name of the trust keystore.

Returns:
The path and file name of the trust keystore.
Throws:
ManagementException.
com.bea.wlcp.wlng.api.management.ManagementException

getTrustKeyStorePassPhrase

public java.lang.String getTrustKeyStorePassPhrase()
                                            throws com.bea.wlcp.wlng.api.management.ManagementException
The trust keystore's passphrase.

Returns:
The trust keystore's passphrase.
Throws:
ManagementException.
com.bea.wlcp.wlng.api.management.ManagementException

getTrustKeyStoreType

public java.lang.String getTrustKeyStoreType()
                                      throws com.bea.wlcp.wlng.api.management.ManagementException
The type of the trust keystore. Generally, this is JKS; if left blank, it defaults to JKS.

Returns:
The type of the trust keystore.
Throws:
ManagementException.
com.bea.wlcp.wlng.api.management.ManagementException

setKeyStoreFile

public void setKeyStoreFile(java.lang.String keyStoreFile)
                     throws com.bea.wlcp.wlng.api.management.ManagementException
The path and file name of the key identity keystore.

Parameters:
keyStoreFile - The path and file name of the key identity keystore.
Throws:
ManagementException.
com.bea.wlcp.wlng.api.management.ManagementException

setKeyStorePassPhrase

public void setKeyStorePassPhrase(java.lang.String keyStorePass)
                           throws com.bea.wlcp.wlng.api.management.ManagementException
The key identity keystore's passphrase.

Parameters:
keyStorePass - The key identity keystore's passphrase.
Throws:
ManagementException.
com.bea.wlcp.wlng.api.management.ManagementException

setKeyStoreType

public void setKeyStoreType(java.lang.String keyStoreType)
                     throws com.bea.wlcp.wlng.api.management.ManagementException
The type of the key identity keystore. Generally, this is JKS; if left blank, it defaults to JKS.

Parameters:
keyStoreType - The type of the key identity keystore.
Throws:
ManagementException.
com.bea.wlcp.wlng.api.management.ManagementException

setPrivateKeyPhrase

public void setPrivateKeyPhrase(java.lang.String privateKey)
                         throws com.bea.wlcp.wlng.api.management.ManagementException
The keystore attribute that defines the passphrase used to retrieve the server's private key.

Parameters:
privateKey - The keystore attribute that defines the passphrase used to retrieve the server's private key.
Throws:
ManagementException.
com.bea.wlcp.wlng.api.management.ManagementException

setTrustKeyStoreFile

public void setTrustKeyStoreFile(java.lang.String trustKeyStoreFile)
                          throws com.bea.wlcp.wlng.api.management.ManagementException
The path and file name of the trust keystore.

Parameters:
trustKeyStoreFile - The path and file name of the trust keystore.
Throws:
ManagementException.
com.bea.wlcp.wlng.api.management.ManagementException

setTrustKeyStorePassPhrase

public void setTrustKeyStorePassPhrase(java.lang.String trustKeyStorePass)
                                throws com.bea.wlcp.wlng.api.management.ManagementException
The trust keystore's passphrase.

Parameters:
trustKeyStorePass - The trust keystore's passphrase.
Throws:
ManagementException.
com.bea.wlcp.wlng.api.management.ManagementException

setTrustKeyStoreType

public void setTrustKeyStoreType(java.lang.String trustKeyStoreType)
                          throws com.bea.wlcp.wlng.api.management.ManagementException
The type of the trust keystore. Generally, this is JKS; if left blank, it defaults to JKS.

Parameters:
trustKeyStoreType - The type of the trust keystore.
Throws:
ManagementException.
com.bea.wlcp.wlng.api.management.ManagementException

Oracle Communications Services Gatekeeper OAM Java API Reference
7.0.0.1

E96580-01

Copyright © 2008, 2018, Oracle and/or its affiliates. All rights reserved.