Skip to main content

X509CrlEntry

Representation of X509CrlEntry

Extends

Constructors

new X509CrlEntry()

new X509CrlEntry(raw): X509CrlEntry

Creates a new instance from DER encoded Buffer

Parameters

raw: BufferSource

DER encoded buffer

Returns

X509CrlEntry

Overrides

AsnData.constructor

new X509CrlEntry()

new X509CrlEntry(serialNumber, revocationDate, extensions): X509CrlEntry

Creates a new instance

Parameters

serialNumber: string

Serial number of certificate

revocationDate: Date

Revocation date

extensions: Extension[]

List of crl extensions

Returns

X509CrlEntry

Overrides

AsnData.constructor

Properties

extensions

extensions: Extension[]

Gets crl entry extensions


invalidity?

optional 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

readonly rawData: ArrayBuffer

Gets a DER encoded buffer

Inherited from

AsnData.rawData


reason?

optional reason: X509CrlReason

Gets the reason code


revocationDate

revocationDate: Date

Gets the revocation date


serialNumber

serialNumber: string

Gets a hexadecimal string of the serial number, the userCertificate


NAME

static NAME: string = "ASN"

Inherited from

AsnData.NAME

Methods

equal()

equal(data): data is X509CrlEntry

Returns true if ASN.1 data is equal to another ASN.1 data, otherwise false

Parameters

data: any

Any data

Returns

data is X509CrlEntry

Inherited from

AsnData.equal


getTextName()

protected getTextName(): string

Returns

string

Inherited from

AsnData.getTextName


onInit()

protected onInit(asn): void

Occurs on instance initialization

Parameters

asn: RevokedCertificate

ASN.1 object

Returns

void

Overrides

AsnData.onInit


toString()

toString(format): string

Returns a string representation of an object.

Parameters

format: AsnDataStringFormat = "text"

Returns

string

Inherited from

AsnData.toString


toTextObject()

toTextObject(): TextObject

Returns the object in textual representation

Returns

TextObject

Inherited from

AsnData.toTextObject


toTextObjectEmpty()

protected toTextObjectEmpty(value?): TextObject

Parameters

value?: string

Returns

TextObject

Inherited from

AsnData.toTextObjectEmpty