public class GlobalSettingsRequest extends Object implements Serializable
| Constructor and Description | 
|---|
| GlobalSettingsRequest(String psk,
                     String serviceCertificate,
                     List<String> caCertificates,
                     List<String> crlCertificates) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<String> | getCaCertificates()Get the list of CA certificates. | 
| List<String> | getCrlCertificates()Get the list of CRL certificates. | 
| String | getPsk()Get the global pre shared key. | 
| String | getServiceCertificate()Get the service certificate. | 
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.