X509CrlEntry
Representation of X509CrlEntry
Extends
AsnData<RevokedCertificate>
Constructors
Constructor
new X509CrlEntry(
raw):X509CrlEntry
Creates a new instance from DER encoded Buffer
Parameters
raw
BufferSource
DER encoded buffer
Returns
X509CrlEntry
Overrides
Constructor
new X509CrlEntry(
asn):X509CrlEntry
Creates a new instance from ASN.1 object
Parameters
asn
RevokedCertificate
ASN.1 object
Returns
X509CrlEntry
Overrides
Constructor
new X509CrlEntry(
serialNumber,revocationDate,extensions):X509CrlEntry
Creates a new instance
Parameters
serialNumber
string
Serial number of certificate
revocationDate
Date
Revocation date
extensions
List of crl extensions
Returns
X509CrlEntry
Overrides
AsnData<RevokedCertificate>.constructor
Properties
asn
protectedreadonlyasn:RevokedCertificate
ASN.1 object
Inherited from
NAME
staticNAME:string="ASN"
Inherited from
Accessors
extensions
Get Signature
get extensions():
Extension[]
Gets crl entry extensions
Returns
invalidity
Get Signature
get invalidity():
Date|undefined
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.
Returns
Date | undefined
rawData
Get Signature
get rawData():
ArrayBuffer
Gets a DER encoded buffer
Returns
ArrayBuffer
Inherited from
reason
Get Signature
get reason():
X509CrlReason|undefined
Gets the reason code
Returns
X509CrlReason | undefined
revocationDate
Get Signature
get revocationDate():
Date
Gets the revocation date
Returns
Date
serialNumber
Get Signature
get serialNumber():
string
Gets a hexadecimal string of the serial number, the userCertificate
Returns
string
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
getTextName()
protectedgetTextName():string
Returns
string
Inherited from
onInit()
protectedonInit(_asn):void
Occurs on instance initialization
Parameters
_asn
RevokedCertificate
Returns
void
Overrides
toString()
toString(
format):string
Returns a string representation of an object.
Parameters
format
AsnDataStringFormat = "text"
Returns
string
Inherited from
toTextObject()
toTextObject():
TextObject
Returns the object in textual representation
Returns
Inherited from
toTextObjectEmpty()
protectedtoTextObjectEmpty(value?):TextObject
Parameters
value?
string