Oracle Communications Services Gatekeeper OAM Java API Reference
7.0.0.1

E96580-01

oracle.ocsg.rest.ssl.management
Interface RestSslMBean


public interface RestSslMBean


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.
 
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  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.
 

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
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

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

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.