Package net.webpdf.wsclient.openapi
Class OperationCiphersHttpSettingsSSL
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationCiphersHttpSettingsSSL
-
public class OperationCiphersHttpSettingsSSL extends Object
Defines the list of allowed TLS ciphers for the HTTP requests.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CIPHER
-
Constructor Summary
Constructors Constructor Description OperationCiphersHttpSettingsSSL()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OperationCiphersHttpSettingsSSLaddCipherItem(String cipherItem)OperationCiphersHttpSettingsSSLcipher(List<String> cipher)booleanequals(Object o)@NotNull List<String>getCipher()Get cipherinthashCode()voidsetCipher(List<String> cipher)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_CIPHER
public static final String JSON_PROPERTY_CIPHER
- See Also:
- Constant Field Values
-
-
Method Detail
-
cipher
public OperationCiphersHttpSettingsSSL cipher(List<String> cipher)
-
addCipherItem
public OperationCiphersHttpSettingsSSL addCipherItem(String cipherItem)
-
-