Properties Jump to heading
Jump to headingca: booleantrue if a Certificate Authority (CA), false otherwise.
Jump to headingraw: BufferThe DER encoded X.509 certificate data.
The certificate subject.
The certificate issuer, described in the same terms as the subject.
Jump to headingvalid_from: stringThe date-time the certificate is valid from.
Jump to headingvalid_to: stringThe date-time the certificate is valid to.
Jump to headingserialNumber: stringThe certificate serial number, as a hex string.
Jump to headingfingerprint: stringThe SHA-1 digest of the DER encoded certificate.
It is returned as a : separated hexadecimal string.
Jump to headingfingerprint256: stringThe SHA-256 digest of the DER encoded certificate.
It is returned as a : separated hexadecimal string.
Jump to headingfingerprint512: stringThe SHA-512 digest of the DER encoded certificate.
It is returned as a : separated hexadecimal string.
Jump to headingext_key_usage: string[]The extended key usage, a set of OIDs.
Jump to headingsubjectaltname: stringA string containing concatenated names for the subject,
an alternative to the subject names.
Jump to headinginfoAccess: Dict<string[]>An array describing the AuthorityInfoAccess, used with OCSP.
Jump to headingbits: numberFor RSA keys: The RSA bit size.
For EC keys: The key size in bits.
Jump to headingexponent: stringThe RSA exponent, as a string in hexadecimal number notation.
Jump to headingmodulus: stringThe RSA modulus, as a hexadecimal string.
Jump to headingpubkey: BufferThe public key.
Jump to headingasn1Curve: stringThe ASN.1 name of the OID of the elliptic curve. Well-known curves are identified by an OID. While it is unusual, it is possible that the curve is identified by its mathematical properties, in which case it will not have an OID.
Jump to headingnistCurve: stringThe NIST name for the elliptic curve, if it has one (not all well-known curves have been assigned names by NIST).