Constructor and Description |
---|
SslServerIdentity() |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
alias()
The alias of the entry to use from the keystore.
|
T |
alias(String value)
The alias of the entry to use from the keystore.
|
T |
enabledCipherSuite(String value)
The cipher suites that can be enabled on the underlying SSLEngine.
|
List<String> |
enabledCipherSuites()
The cipher suites that can be enabled on the underlying SSLEngine.
|
T |
enabledCipherSuites(List<String> value)
The cipher suites that can be enabled on the underlying SSLEngine.
|
T |
enabledCipherSuites(String... args)
The cipher suites that can be enabled on the underlying SSLEngine.
|
T |
enabledProtocol(String value)
The protocols that can be enabled on the underlying SSLEngine.
|
List<String> |
enabledProtocols()
The protocols that can be enabled on the underlying SSLEngine.
|
T |
enabledProtocols(List<String> value)
The protocols that can be enabled on the underlying SSLEngine.
|
T |
enabledProtocols(String... args)
The protocols that can be enabled on the underlying SSLEngine.
|
String |
getKey() |
String |
keyPassword()
The password to obtain the key from the keystore.
|
T |
keyPassword(String value)
The password to obtain the key from the keystore.
|
String |
keystorePassword()
The password to open the keystore.
|
T |
keystorePassword(String value)
The password to open the keystore.
|
String |
keystorePath()
The path of the keystore, will be ignored if the keystore-provider is
anything other than JKS.
|
T |
keystorePath(String value)
The path of the keystore, will be ignored if the keystore-provider is
anything other than JKS.
|
String |
keystoreProvider()
The provider for loading the keystore, defaults to JKS.
|
T |
keystoreProvider(String value)
The provider for loading the keystore, defaults to JKS.
|
String |
keystoreRelativeTo()
The name of another previously named path, or of one of the standard
paths provided by the system.
|
T |
keystoreRelativeTo(String value)
The name of another previously named path, or of one of the standard
paths provided by the system.
|
String |
protocol()
The protocol to use when creating the SSLContext.
|
T |
protocol(String value)
The protocol to use when creating the SSLContext.
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
@ModelNodeBinding(detypedName="alias") public String alias()
@ModelNodeBinding(detypedName="enabled-cipher-suites") public List<String> enabledCipherSuites()
public T enabledCipherSuites(List<String> value)
public T enabledCipherSuite(String value)
public T enabledCipherSuites(String... args)
@ModelNodeBinding(detypedName="enabled-protocols") public List<String> enabledProtocols()
public T enabledProtocols(List<String> value)
public T enabledProtocol(String value)
public T enabledProtocols(String... args)
@ModelNodeBinding(detypedName="key-password") public String keyPassword()
@ModelNodeBinding(detypedName="keystore-password") public String keystorePassword()
@ModelNodeBinding(detypedName="keystore-path") public String keystorePath()
public T keystorePath(String value)
@ModelNodeBinding(detypedName="keystore-provider") public String keystoreProvider()
public T keystoreProvider(String value)
@ModelNodeBinding(detypedName="keystore-relative-to") public String keystoreRelativeTo()
public T keystoreRelativeTo(String value)
@ModelNodeBinding(detypedName="protocol") public String protocol()
Copyright © 2016 JBoss by Red Hat. All rights reserved.