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 |
getTls11Enabled() |
boolean |
getTls12Enabled() |
boolean |
getTls13Enabled() |
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 |
setTlsEnabled11(boolean value) |
void |
setTlsEnabled11(String value) |
void |
setTlsEnabled12(boolean value) |
void |
setTlsEnabled12(String value) |
void |
setTlsEnabled13(boolean value) |
void |
setTlsEnabled13(String value) |
void |
setTlsRollbackEnabled(boolean value) |
void |
setTlsRollbackEnabled(String value)
Sets the value of the tlsRollbackEnabled property.
|
public String getCertNickname()
String
public void setCertNickname(String value)
value
- allowed object is
String
public boolean getSsl2Enabled()
String
public void setSsl2Enabled(String value)
value
- allowed object is
String
public void setSsl2Enabled(boolean value)
public String getSsl2Ciphers()
String
public void setSsl2Ciphers(String value)
value
- allowed object is
String
public boolean getSsl3Enabled()
String
public void setSsl3Enabled(String value)
value
- allowed object is
String
public void setSsl3Enabled(boolean value)
public String getSsl3TlsCiphers()
public void setSsl3TlsCiphers(String value)
value
- allowed object is
String
public boolean getTlsEnabled()
String
public boolean getTls11Enabled()
public boolean getTls12Enabled()
public boolean getTls13Enabled()
public void setTlsEnabled(String value)
value
- allowed object is
String
public void setTlsEnabled(boolean value)
public void setTlsEnabled11(String value)
public void setTlsEnabled11(boolean value)
public void setTlsEnabled12(String value)
public void setTlsEnabled12(boolean value)
public void setTlsEnabled13(String value)
public void setTlsEnabled13(boolean value)
public boolean getTlsRollbackEnabled()
String
public void setTlsRollbackEnabled(String value)
value
- allowed object is
String
public void setTlsRollbackEnabled(boolean value)
public boolean getClientAuthEnabled()
String
public void setClientAuthEnabled(String value)
value
- allowed object is
String
public void setClientAuthEnabled(boolean value)
Copyright © 2019. All rights reserved.