StaticfromStaticfromParse the first certificate found in PEM text (skips key blocks).
StaticfromGets the DER-encoded bytes of the certificate (C#: GetEncoded()).
Gets the SHA-1 fingerprint of the certificate (C#: GetFingerprint()).
Gets the public key algorithm (C#: GetPublicKeyAlgorithm()).
The notBefore validity date of the certificate.
The notAfter validity date of the certificate.
The subject common name (C#: GetCommonName()).
The subject email address, if any (C#: GetSubjectEmailAddress(false)).
The subject DNS names (C#: GetSubjectDnsNames(false)).
Gets the X.509 key usage flags (C#: GetKeyUsageFlags()). Used to decide
whether the certificate can sign or encrypt.
Gets the S/MIME encryption capabilities advertised by the certificate, or
a single-element [TripleDes] fallback (C#: GetEncryptionAlgorithms()).
Structural equality against another certificate (compares encoded bytes).
A parsed X.509 certificate, backed by pkijs + asn1js.