public class TLSConfigParameters extends AbstractModel
header, skipSign
Constructor and Description |
---|
TLSConfigParameters() |
TLSConfigParameters(TLSConfigParameters source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getCipherSuite()
Get Cipher suite.
|
String[] |
getVersion()
Get TLS version.
|
void |
setCipherSuite(String CipherSuite)
Set Cipher suite.
|
void |
setVersion(String[] Version)
Set TLS version.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public TLSConfigParameters()
public TLSConfigParameters(TLSConfigParameters source)
public String[] getVersion()
public void setVersion(String[] Version)
Version
- TLS version. at least one must be specified. if multiple versions are specified, they must be consecutive, e.g., enable tls1, 1.1, 1.2, and 1.3. it is not allowed to enable only 1 and 1.2 while disabling 1.1. valid values: public String getCipherSuite()
public void setCipherSuite(String CipherSuite)
CipherSuite
- Cipher suite. for detailed information, please refer to [tls versions and cipher suites description](https://intl.cloud.tencent.com/document/product/1552/86545?from_cn_redirect=1). valid values: Copyright © 2025. All rights reserved.