public class AppClientSSL extends Object
| Constructor and Description |
|---|
AppClientSSL() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCertNickname()
Gets the value of the certNickname property.
|
boolean |
getClientAuthEnabled()
Gets the value of the clientAuthEnabled property.
|
String |
getSsl2Ciphers()
Gets the value of the ssl2Ciphers property.
|
boolean |
getSsl2Enabled()
Gets the value of the ssl2Enabled property.
|
boolean |
getSsl3Enabled()
Gets the value of the ssl3Enabled property.
|
String |
getSsl3TlsCiphers()
A comma-separated list of the SSL3 ciphers used, with the prefix + to enable or - to
disable, for example +SSL_RSA_WITH_RC4_128_MD5 .
|
boolean |
getTlsEnabled()
Gets the value of the tlsEnabled property.
|
boolean |
getTlsRollbackEnabled()
Gets the value of the tlsRollbackEnabled property.
|
void |
setCertNickname(String value)
Sets the value of the certNickname property.
|
void |
setClientAuthEnabled(boolean value) |
void |
setClientAuthEnabled(String value)
Sets the value of the clientAuthEnabled property.
|
void |
setSsl2Ciphers(String value)
Sets the value of the ssl2Ciphers property.
|
void |
setSsl2Enabled(boolean value) |
void |
setSsl2Enabled(String value)
Sets the value of the ssl2Enabled property.
|
void |
setSsl3Enabled(boolean value) |
void |
setSsl3Enabled(String value)
Sets the value of the ssl3Enabled property.
|
void |
setSsl3TlsCiphers(String value)
Sets the value of the ssl3TlsCiphers property.
|
void |
setTlsEnabled(boolean value) |
void |
setTlsEnabled(String value)
Sets the value of the tlsEnabled property.
|
void |
setTlsRollbackEnabled(boolean value) |
void |
setTlsRollbackEnabled(String value)
Sets the value of the tlsRollbackEnabled property.
|
public String getCertNickname()
Stringpublic void setCertNickname(String value)
value - allowed object is
Stringpublic boolean getSsl2Enabled()
Stringpublic void setSsl2Enabled(String value)
value - allowed object is
Stringpublic void setSsl2Enabled(boolean value)
public String getSsl2Ciphers()
Stringpublic void setSsl2Ciphers(String value)
value - allowed object is
Stringpublic boolean getSsl3Enabled()
Stringpublic void setSsl3Enabled(String value)
value - allowed object is
Stringpublic void setSsl3Enabled(boolean value)
public String getSsl3TlsCiphers()
public void setSsl3TlsCiphers(String value)
value - allowed object is
Stringpublic boolean getTlsEnabled()
Stringpublic void setTlsEnabled(String value)
value - allowed object is
Stringpublic void setTlsEnabled(boolean value)
public boolean getTlsRollbackEnabled()
Stringpublic void setTlsRollbackEnabled(String value)
value - allowed object is
Stringpublic void setTlsRollbackEnabled(boolean value)
public boolean getClientAuthEnabled()
Stringpublic void setClientAuthEnabled(String value)
value - allowed object is
Stringpublic void setClientAuthEnabled(boolean value)
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.