CertificateRevocationList
Represents the CertificateRevocationList structure described in RFC5280
Extends
Implements
Constructors
Constructor
new CertificateRevocationList(
parameters?):CertificateRevocationList
Initializes a new instance of the CertificateRevocationList class
Parameters
parameters?
CertificateRevocationListParameters = {}
Initialization parameters
Returns
CertificateRevocationList
Overrides
Properties
crlExtensions?
optionalcrlExtensions?:Extensions
Implementation of
ICertificateRevocationList.crlExtensions
issuer
issuer:
RelativeDistinguishedNames
Implementation of
ICertificateRevocationList.issuer
nextUpdate?
optionalnextUpdate?:Time
Implementation of
ICertificateRevocationList.nextUpdate
revokedCertificates?
optionalrevokedCertificates?:RevokedCertificate[]
Implementation of
ICertificateRevocationList.revokedCertificates
signature
signature:
AlgorithmIdentifier
Implementation of
ICertificateRevocationList.signature
signatureAlgorithm
signatureAlgorithm:
AlgorithmIdentifier
Implementation of
ICertificateRevocationList.signatureAlgorithm
signatureValue
signatureValue:
BitString
Implementation of
ICertificateRevocationList.signatureValue
tbsView
tbsView:
Uint8Array
thisUpdate
thisUpdate:
Time
Implementation of
ICertificateRevocationList.thisUpdate
version
version:
number
Implementation of
ICertificateRevocationList.version
CLASS_NAME
staticCLASS_NAME:string="CertificateRevocationList"
Name of the class