public class CRLResponse extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
CRLResponse.X509CRL
X.509 CRL.
|
Constructor and Description |
---|
CRLResponse(String objectId,
String description,
String scope,
boolean isTemporal,
String issuerCn,
String pemEncoding,
CRLResponse.X509CRL x509CRL)
Instantiates a new CRL response.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets description.
|
String |
getIssuerCn()
Gets issuerCn.
|
String |
getObjectId()
Gets objectId.
|
String |
getPemEncoding()
Gets pemEncoding.
|
String |
getScope()
Gets scope.
|
CRLResponse.X509CRL |
getX509CRL()
Gets x509CRL.
|
boolean |
isTemporal()
Gets isTemporal.
|
public CRLResponse(String objectId, String description, String scope, boolean isTemporal, String issuerCn, String pemEncoding, CRLResponse.X509CRL x509CRL)
objectId
- the object iddescription
- the descriptionscope
- the scopeisTemporal
- the is temporalpemEncoding
- the pem encodingx509CRL
- the x509 crlpublic String getObjectId()
The object ID of the certificate revocation list
String
the objectIdpublic String getDescription()
The description of the certificate revocation list
String
the descriptionpublic String getScope()
The scope of the certificate revocation list in relation to the edge
String
the scopepublic boolean isTemporal()
Whether or not certificate revocation list is temporal
public String getIssuerCn()
String
the issuerCnpublic String getPemEncoding()
The PEM encoding of the certificate revocation list
String
the pemEncodingpublic CRLResponse.X509CRL getX509CRL()
The X.509 certificate revocation list
CRLResponse.X509CRL
the x509CRLCopyright © 2023 iland Internet Solutions, Corp. All rights reserved.