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 subjectCn,
String issuerCn,
String pemEncoding,
String certificateType,
int daysLeftToExpiry,
List<CertificateResponse.X509Certificate> x509Certificate)
Instantiates a new edge gateway certificate response.
|
Modifier and Type | Method and Description |
---|---|
String |
getCertificateType()
Gets certificateType.
|
int |
getDaysLeftToExpiry()
Gets daysLeftToExpiry.
|
String |
getDescription()
Gets description
|
String |
getIssuerCn()
Gets issuerCn.
|
String |
getObjectId()
Gets objectId.
|
String |
getPemEncoding()
Gets pemEncoding.
|
String |
getScope()
Gets scopeName.
|
String |
getSubjectCn()
Gets subjectCn.
|
List<CertificateResponse.X509Certificate> |
getX509Certificate()
Gets x509Certificate.
|
boolean |
isTemporal()
Gets isTemporal.
|
public CertificateResponse(String objectId, String description, String scope, boolean isTemporal, String subjectCn, String issuerCn, String pemEncoding, String certificateType, int daysLeftToExpiry, List<CertificateResponse.X509Certificate> x509Certificate)
objectId
- the object IDdescription
- the descriptionscope
- the scope nameisTemporal
- the is temporalsubjectCn
- the subject cnissuerCn
- the issuer cnpemEncoding
- the pem encodingcertificateType
- the certificate typedaysLeftToExpiry
- the days left to expiryx509Certificate
- 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 getSubjectCn()
The subject common name of the certificate
String
the subjectCnpublic String getIssuerCn()
The issuer common name of the certificate
String
the issuerCnpublic String getPemEncoding()
The PEM encoding of the certificate
String
the pemEncodingpublic String getCertificateType()
The type of certificate
String
the certificateTypepublic int getDaysLeftToExpiry()
The days left until the certificate expires.
public List<CertificateResponse.X509Certificate> getX509Certificate()
The X.509 certificate
List
of CertificateResponse.X509Certificate
the x509CertificateCopyright © 2023 iland Internet Solutions, Corp. All rights reserved.