public static class ListSystemSecurityPoliciesResponseBody.ListSystemSecurityPoliciesResponseBodySecurityPolicies
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<String> |
ciphers
The supported cipher suites, which depend on the **TLSVersions** value.
|
String |
securityPolicyId
The ID of the security policy.
|
List<String> |
tlsVersions
The supported TLS protocol versions.
|
| 构造器和说明 |
|---|
ListSystemSecurityPoliciesResponseBody.ListSystemSecurityPoliciesResponseBodySecurityPolicies() |
@NameInMap(value="Ciphers") public List<String> ciphers
The supported cipher suites, which depend on the **TLSVersions** value.
The specified cipher suites must be supported by at least one **TLS protocol version** that you select. For example, if you set the TLSVersions.N parameter to **TLSv1.3**, you can specify only cipher suites that are supported by **TLSv1.3**.
* **TLSv1.0** and **TLSv1.1** support the following cipher suites:
* **ECDHE-ECDSA-AES128-SHA**
* **ECDHE-ECDSA-AES256-SHA**
* **ECDHE-RSA-AES128-SHA**
* **ECDHE-RSA-AES256-SHA**
* **AES128-SHA**
* **AES256-SHA**
* **DES-CBC3-SHA**
* **TLS 1.2** supports the following cipher suites:
* **ECDHE-ECDSA-AES128-SHA**
* **ECDHE-ECDSA-AES256-SHA**
* **ECDHE-RSA-AES128-SHA**
* **ECDHE-RSA-AES256-SHA**
* **AES128-SHA**
* **AES256-SHA**
* **DES-CBC3-SHA**
* **ECDHE-ECDSA-AES128-GCM-SHA256**
* **ECDHE-ECDSA-AES256-GCM-SHA384**
* **ECDHE-ECDSA-AES128-SHA256**
* **ECDHE-ECDSA-AES256-SHA384**
* **ECDHE-RSA-AES128-GCM-SHA256**
* **ECDHE-RSA-AES256-GCM-SHA384**
* **ECDHE-RSA-AES128-SHA256**
* **ECDHE-RSA-AES256-SHA384**
* **AES128-GCM-SHA256**
* **AES256-GCM-SHA384**
* **AES128-SHA256**
* **AES256-SHA256**
* **TLSv1.3** supports the following cipher suites:
* **TLS_AES\_128\_GCM_SHA256**
* **TLS_AES\_256\_GCM_SHA384**
* **TLS_CHACHA20\_POLY1305\_SHA256**
* **TLS_AES\_128\_CCM_SHA256**
* **TLS_AES\_128\_CCM\_8\_SHA256**
@NameInMap(value="SecurityPolicyId") public String securityPolicyId
The ID of the security policy.
public ListSystemSecurityPoliciesResponseBody.ListSystemSecurityPoliciesResponseBodySecurityPolicies()
public static ListSystemSecurityPoliciesResponseBody.ListSystemSecurityPoliciesResponseBodySecurityPolicies build(Map<String,?> map) throws Exception
Exceptionpublic ListSystemSecurityPoliciesResponseBody.ListSystemSecurityPoliciesResponseBodySecurityPolicies setCiphers(List<String> ciphers)
public ListSystemSecurityPoliciesResponseBody.ListSystemSecurityPoliciesResponseBodySecurityPolicies setSecurityPolicyId(String securityPolicyId)
public String getSecurityPolicyId()
public ListSystemSecurityPoliciesResponseBody.ListSystemSecurityPoliciesResponseBodySecurityPolicies setTlsVersions(List<String> tlsVersions)
Copyright © 2023. All rights reserved.