Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
6.0

E55516-02


oracle.ocsg.rest.ssl.management
Interface RestSslMBean


public interface RestSslMBean

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

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

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

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

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.