| IBM WebSphere Extended Deployment (XD)TM
Release 6.0.1 |
This interface represents an SSL Configuration. Users can call ConfigurationFactory.getSSLConfiguration() to get an instance of SSLConfiguration.
An SSL configuration contains the following properties:
Users are not recommended to implement this interface.
Method Summary | |
---|---|
public
String | getAlias()
|
public
void | setAlias(java.lang.String)
|
public
String | getProtocol()
This method gets the SSL protocol to be used. An SSL protocol can be .
|
public
void | setProtocol(java.lang.String)
This method sets the SSL protocol to be used. An SSL protocol can be .
|
public
String | getContextProvider()
This methods gets the JSSE context provider. A JSSE context provider can .
|
public
void | setContextProvider(java.lang.String)
This methods sets the JSSE context provider. A JSSE context provider can .
|
public
String | getKeyStore()
This method gets the key store file path name. A keystore maintains the .
|
public
void | setKeyStore(java.lang.String)
This method sets the key store file path name. A keystore maintains the .
|
public
String | getKeyStorePassword()
This method gets the key store password.
|
public
void | setKeyStorePassword(java.lang.String)
This method sets the key store password.
|
public
String | getKeyStoreType()
This method gets the key store type. A key store type can be JKS, JCEK,.
|
public
void | setKeyStoreType(java.lang.String)
This method gets the key store type. A key store type can be JKS, JCEK,.
|
public
String | getTrustStore()
This method gets the trust store file path name. A truststore contains .
|
public
void | setTrustStore(java.lang.String)
This method sets the trust store file path name. A truststore contains .
|
public
String | getTrustStorePassword()
This method gets the trust store password.
|
public
void | setTrustStorePassword(java.lang.String)
This method sets the trust store password.
|
public
String | getTrustStoreType()
This method gets the trust store type. A trust store type can be JKS, JCEK,.
|
public
void | setTrustStoreType(java.lang.String)
This method sets the trust store type. A trust store type can be JKS, JCEK,.
|
public
String | getCertReqSubjectDN()
This method gets the required subject DN in the peer certificate. Only if the .
|
public
void | setCertReqSubjectDN(java.lang.String)
This method sets the required subject DN in the peer certificate. Only if the .
|
public
boolean | equals(com.ibm.websphere.objectgrid.security.config.SSLConfiguration)
If the two SSLConfiguration points to the same value for every proprety,
then we return true; otherwise false is returned.
|
Method Detail |
public String getAlias( | ) |
public void setAlias( | String alias )
|
alias
-
the SSL alias name
public String getProtocol( | ) |
public void setProtocol( | String protocol )
|
public String getContextProvider( | ) |
public void setContextProvider( | String contextProvider )
|
public String getKeyStore( | ) |
public void setKeyStore( | String keyStore )
|
public String getKeyStorePassword( | ) |
public void setKeyStorePassword( | String keyStorePassword )
|
public String getKeyStoreType( | ) |
public void setKeyStoreType( | String keyStoreType )
|
public String getTrustStore( | ) |
public void setTrustStore( | String trustStore )
|
public String getTrustStorePassword( | ) |
public void setTrustStorePassword( | String trustStorePassword )
|
public String getTrustStoreType( | ) |
public void setTrustStoreType( | String trustStoreType )
|
public String getCertReqSubjectDN( | ) |
public void setCertReqSubjectDN( | String subjectDN )
|
subjectDN
-
the required subject DN in the peer certificate
public boolean equals( | SSLConfiguration config )
|
| IBM WebSphere Extended Deployment (XD)TM
Release 6.0.1 |