Package net.webpdf.wsclient.openapi
Class ServerConfigCiphersSSL
- java.lang.Object
-
- net.webpdf.wsclient.openapi.ServerConfigCiphersSSL
-
public class ServerConfigCiphersSSL extends Object
Selects encryption algorithms (ciphers) used by the TLS connector.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CIPHERstatic StringJSON_PROPERTY_FORCE_ORDER
-
Constructor Summary
Constructors Constructor Description ServerConfigCiphersSSL()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServerConfigCiphersSSLaddCipherItem(String cipherItem)ServerConfigCiphersSSLcipher(List<String> cipher)booleanequals(Object o)ServerConfigCiphersSSLforceOrder(Boolean forceOrder)@Nullable List<String>getCipher()Get cipher@Nullable BooleangetForceOrder()When set to true, this forces the client to honor the TLS connector's cipher preference order.inthashCode()voidsetCipher(List<String> cipher)voidsetForceOrder(Boolean forceOrder)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_CIPHER
public static final String JSON_PROPERTY_CIPHER
- See Also:
- Constant Field Values
-
JSON_PROPERTY_FORCE_ORDER
public static final String JSON_PROPERTY_FORCE_ORDER
- See Also:
- Constant Field Values
-
-
Method Detail
-
cipher
public ServerConfigCiphersSSL cipher(List<String> cipher)
-
addCipherItem
public ServerConfigCiphersSSL addCipherItem(String cipherItem)
-
forceOrder
public ServerConfigCiphersSSL forceOrder(Boolean forceOrder)
-
getForceOrder
@Nullable public @Nullable Boolean getForceOrder()
When set to true, this forces the client to honor the TLS connector's cipher preference order. Otherwise, the client can select any cipher from the list itself.- Returns:
- forceOrder
-
setForceOrder
public void setForceOrder(Boolean forceOrder)
-
-