public class ConfigurationSsl<T extends ConfigurationSsl<T>> extends Object
| Constructor and Description | 
|---|
ConfigurationSsl()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener 
 | 
String | 
caCertificateFile()
Certificate authority. 
 | 
T | 
caCertificateFile(String value)
Certificate authority. 
 | 
String | 
caRevocationUrl()
Certificate authority revocation list. 
 | 
T | 
caRevocationUrl(String value)
Certificate authority revocation list. 
 | 
String | 
certificateKeyFile()
Key file for the certificate. 
 | 
T | 
certificateKeyFile(String value)
Key file for the certificate. 
 | 
String | 
cipherSuite()
The allowed cipher suite. 
 | 
T | 
cipherSuite(String value)
The allowed cipher suite. 
 | 
String | 
getKey()  | 
String | 
keyAlias()
The key alias. 
 | 
T | 
keyAlias(String value)
The key alias. 
 | 
String | 
password()
Password. 
 | 
T | 
password(String value)
Password. 
 | 
String | 
protocol()
The SSL protocols that are enabled. 
 | 
T | 
protocol(String value)
The SSL protocols that are enabled. 
 | 
void | 
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener 
 | 
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public String caCertificateFile()
public String caRevocationUrl()
public String certificateKeyFile()
public String cipherSuite()
public String keyAlias()
public String password()
public String protocol()
Copyright © 2018 JBoss by Red Hat. All rights reserved.