Readonly
pkijsReadonly
validityReturn serial number.
This doesn't return a number
or BigInt
because the serial number could require more than
8 octets (which is the maximum number of octets required to represent a 64-bit unsigned
integer).
Return the certification path (aka "certificate chain") if this certificate can be trusted.
The alleged chain for the certificate
The collection of certificates that are actually trusted
Get the subject public key.
Report whether this certificate is the same as otherCertificate
.
Serialize certificate as DER-encoded buffer.
Static
deserializeDeserialize certificate from DER-encoded value.
DER-encoded X.509 certificate
X.509 Certificate.
This is a high-level class on top of PKI.js Certificate, to make the use of VeraId certificates easy and safe.