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()Comma separated list of encryption ciphers the configuration is allowed
 to use. | 
| T | cipherSuite(String value)Comma separated list of encryption ciphers the configuration is allowed
 to use. | 
| String | getKey() | 
| String | keyAlias()The alias of the key holding the client certificates in the key store. | 
| T | keyAlias(String value)The alias of the key holding the client certificates in the key store. | 
| String | password()Password granting access to the key store and trust store. | 
| T | password(String value)Password granting access to the key store and trust store. | 
| 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 T cipherSuite(String value)
public String keyAlias()
public T keyAlias(String value)
public String password()
public String protocol()
Copyright © 2019 JBoss by Red Hat. All rights reserved.