public static class EdgeGatewayLoadBalancerResponse.ApplicationProfile.Ssl extends Object
| Constructor and Description | 
|---|
| Ssl(String ciphers,
   String serviceCertificate,
   String caCertificate,
   String crlCertificate,
   LoadBalancerAuthType serverAuth)Instantiates a new Ssl. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getCaCertificate()Get CA certificate identifier list. | 
| String | getCiphers()Get ciphers suites. | 
| String | getCrlCertificate()Get CRL certificate identifier list. | 
| LoadBalancerAuthType | getServerAuth()Get whether peer certificate should be verified. | 
| String | getServiceCertificate()Get service certificate identifier list. | 
public Ssl(String ciphers, String serviceCertificate, String caCertificate, String crlCertificate, LoadBalancerAuthType serverAuth)
ciphers - the ciphersserviceCertificate - the service certificatecaCertificate - the ca certificatecrlCertificate - the crl certificateserverAuth - the server authpublic String getCiphers()
Options are: DEFAULT ECDHE-RSA-AES128-GCM-SHA256, ECDHE-RSA-AES256-GCM-SHA384, ECDHE-RSA-AES256-SHA, ECDHE-ECDSA-AES256-SHA, ECDH-ECDSA-AES256-SHA, ECDH-RSA-AES256-SHA, AES256-SHA AES128-SHA, DES-CBC3-SHA. Default is DEFAULT.
public String getServiceCertificate()
public String getCaCertificate()
public String getCrlCertificate()
public LoadBalancerAuthType getServerAuth()
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.