X509Certificate
Value members
Constructors
Concrete methods
Checks whether the certificate matches the given email address.
Checks whether the certificate matches the given email address.
Returns email if the certificate matches,undefined if it does not.
Checks whether the certificate matches the given host name.
Checks whether the certificate matches the given host name.
Returns name if the certificate matches, undefined if it does not.
Checks whether the certificate matches the given IP address (IPv4 or IPv6).
Checks whether the certificate matches the given IP address (IPv4 or IPv6).
Returns ip if the certificate matches, undefined if it does not.
Checks whether this certificate was issued by the given otherCert.
Checks whether this certificate was issued by the given otherCert.
Checks whether this certificate was issued by the given otherCert.
Checks whether this certificate was issued by the given otherCert.
There is no standard JSON encoding for X509 certificates. The
toJSON() method returns a string containing the PEM encoded
certificate.
There is no standard JSON encoding for X509 certificates. The
toJSON() method returns a string containing the PEM encoded
certificate.
Returns information about this certificate using the legacy certificate object encoding.
Returns information about this certificate using the legacy certificate object encoding.
Inherited methods
Concrete fields
Will be true if this is a Certificate Authority (ca) certificate.
Will be true if this is a Certificate Authority (ca) certificate.
The information access content of this certificate.
The information access content of this certificate.
The issuer identification included in this certificate.
The issuer identification included in this certificate.
The issuer certificate or undefined if the issuer certificate is not available.
The issuer certificate or undefined if the issuer certificate is not available.
An array detailing the key usages for this certificate.
An array detailing the key usages for this certificate.
A Buffer containing the DER encoding of this certificate.
A Buffer containing the DER encoding of this certificate.
The subject alternative name specified for this certificate.
The subject alternative name specified for this certificate.