Class X509CrlEntry

Representation of X509CrlEntry

Hierarchy

  • AsnData<RevokedCertificate>
    • X509CrlEntry

Constructors

Properties

extensions: Extension[]

Gets crl entry extensions

invalidity?: Date

Gets the invalidity Date The invalidity date is a non-critical CRL entry extension that provides the date on which it is known or suspected that the private key was compromised or that the certificate otherwise became invalid.

rawData: ArrayBuffer

Gets a DER encoded buffer

reason?: X509CrlReason

Gets the reason code

revocationDate: Date

Gets the revocation date

serialNumber: string

Gets a hexadecimal string of the serial number, the userCertificate

NAME: string = "ASN"

Methods

Generated using TypeDoc