public class CertificateResponse extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
CertificateResponse.X509Certificate
X.509 Certificate.
|
Constructor and Description |
---|
CertificateResponse(String objectId,
String description,
String scope,
boolean isTemporal,
String pemEncoding,
List<CertificateResponse.X509Certificate> x509Certificate)
Instantiates a new edge gateway certificate response.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets description
|
String |
getObjectId()
Gets objectId.
|
String |
getPemEncoding()
Gets pemEncoding.
|
String |
getScope()
Gets scopeName.
|
List<CertificateResponse.X509Certificate> |
getX509Certificate()
Gets x509Certificate.
|
boolean |
isTemporal()
Gets isTemporal.
|
public CertificateResponse(String objectId, String description, String scope, boolean isTemporal, String pemEncoding, List<CertificateResponse.X509Certificate> x509Certificate)
objectId
- the object IDdescription
- the descriptionscope
- the scope nameisTemporal
- the is temporalpemEncoding
- the pem encodingx509Certificate
- the X.509 certificatepublic String getObjectId()
The object ID of the certificate
String
the objectIdpublic String getScope()
The scope of the certificate in relation to the edge
String
the scopeNamepublic boolean isTemporal()
public String getPemEncoding()
The PEM encoding of the certificate
String
the pemEncodingpublic List<CertificateResponse.X509Certificate> getX509Certificate()
The X.509 certificate
List
of CertificateResponse.X509Certificate
the x509CertificateCopyright © 2020 iland Internet Solutions, Corp. All rights reserved.