Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
6.0

E55516-02


oracle.ocsg.soap.ssl.management
Interface SoapSslMBean


public interface SoapSslMBean

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.
static String trustKeyStoreFile
          The path and file name of the trust keystore.
static String trustKeyStorePassPhrase
          The trust keystore's passphrase.
static String trustKeyStoreType
          The type of the trust keystore.

 

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.
 String getTrustKeyStoreFile()
          The path and file name of the trust keystore.
 String getTrustKeyStorePassPhrase()
          The trust keystore's passphrase.
 String getTrustKeyStoreType()
          The type of the trust keystore.
 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.
 void setTrustKeyStoreFile(String trustKeyStoreFile)
          The path and file name of the trust keystore.
 void setTrustKeyStorePassPhrase(String trustKeyStorePass)
          The trust keystore's passphrase.
 void setTrustKeyStoreType(String trustKeyStoreType)
          The type of the trust keystore.

 

Field Detail

keyStoreFile

public static final String keyStoreFile
The path and file name of the key identity keystore.
See Also:
Constant Field Values

keyStorePassPhrase

public static final String keyStorePassPhrase
The key identity keystore's passphrase.
See Also:
Constant Field Values

keyStoreType

public static final 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 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 String trustKeyStoreFile
The path and file name of the trust keystore.
See Also:
Constant Field Values

trustKeyStorePassPhrase

public static final String trustKeyStorePassPhrase
The trust keystore's passphrase.
See Also:
Constant Field Values

trustKeyStoreType

public static final 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 String getKeyStoreFile()
                       throws ManagementException
The path and file name of the key identity keystore.
Returns:
The path and file name of the key identity keystore.
Throws:
ManagementException.
ManagementException

getKeyStorePassPhrase

public String getKeyStorePassPhrase()
                             throws ManagementException
The key identity keystore's passphrase.
Returns:
The key identity keystore's passphrase.
Throws:
ManagementException.
ManagementException

getKeyStoreType

public String getKeyStoreType()
                       throws 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.
ManagementException

getPrivateKeyPhrase

public String getPrivateKeyPhrase()
                           throws 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.
ManagementException

getTrustKeyStoreFile

public String getTrustKeyStoreFile()
                            throws ManagementException
The path and file name of the trust keystore.
Returns:
The path and file name of the trust keystore.
Throws:
ManagementException.
ManagementException

getTrustKeyStorePassPhrase

public String getTrustKeyStorePassPhrase()
                                  throws ManagementException
The trust keystore's passphrase.
Returns:
The trust keystore's passphrase.
Throws:
ManagementException.
ManagementException

getTrustKeyStoreType

public String getTrustKeyStoreType()
                            throws 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.
ManagementException

setKeyStoreFile

public void setKeyStoreFile(String keyStoreFile)
                     throws 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.
ManagementException

setKeyStorePassPhrase

public void setKeyStorePassPhrase(String keyStorePass)
                           throws ManagementException
The key identity keystore's passphrase.
Parameters:
keyStorePass - The key identity keystore's passphrase.
Throws:
ManagementException.
ManagementException

setKeyStoreType

public void setKeyStoreType(String keyStoreType)
                     throws 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.
ManagementException

setPrivateKeyPhrase

public void setPrivateKeyPhrase(String privateKey)
                         throws 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.
ManagementException

setTrustKeyStoreFile

public void setTrustKeyStoreFile(String trustKeyStoreFile)
                          throws ManagementException
The path and file name of the trust keystore.
Parameters:
trustKeyStoreFile - The path and file name of the trust keystore.
Throws:
ManagementException.
ManagementException

setTrustKeyStorePassPhrase

public void setTrustKeyStorePassPhrase(String trustKeyStorePass)
                                throws ManagementException
The trust keystore's passphrase.
Parameters:
trustKeyStorePass - The trust keystore's passphrase.
Throws:
ManagementException.
ManagementException

setTrustKeyStoreType

public void setTrustKeyStoreType(String trustKeyStoreType)
                          throws 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.
ManagementException

Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
6.0

E55516-02


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