X509Certificate
Value members
Constructors
Inherited 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.
- Inherited from
- X509Certificate
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.
- Inherited from
- X509Certificate
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.
- Inherited from
- X509Certificate
Checks whether this certificate was issued by the given otherCert.
Checks whether this certificate was issued by the given otherCert.
- Inherited from
- X509Certificate
Checks whether this certificate was issued by the given otherCert.
Checks whether this certificate was issued by the given otherCert.
- Inherited from
- X509Certificate
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.
- Inherited from
- X509Certificate
Returns information about this certificate using the legacy certificate object encoding.
Returns information about this certificate using the legacy certificate object encoding.
- Inherited from
- X509Certificate
Verifies that this certificate was signed by the given public key. Does not perform any other validation checks on the certificate.
Verifies that this certificate was signed by the given public key. Does not perform any other validation checks on the certificate.
- Inherited from
- X509Certificate
Inherited fields
Will be true if this is a Certificate Authority (ca) certificate.
Will be true if this is a Certificate Authority (ca) certificate.
- Inherited from
- X509Certificate
The SHA-1 fingerprint of this certificate.
The SHA-1 fingerprint of this certificate.
- Inherited from
- X509Certificate
The SHA-256 fingerprint of this certificate.
The SHA-256 fingerprint of this certificate.
- Inherited from
- X509Certificate
The information access content of this certificate.
The information access content of this certificate.
- Inherited from
- X509Certificate
The issuer identification included in this certificate.
The issuer identification included in this certificate.
- Inherited from
- X509Certificate
The issuer certificate or undefined if the issuer certificate is not available.
The issuer certificate or undefined if the issuer certificate is not available.
- Inherited from
- X509Certificate
An array detailing the key usages for this certificate.
An array detailing the key usages for this certificate.
- Inherited from
- X509Certificate
The public key for this certificate.
The public key for this certificate.
- Inherited from
- X509Certificate
A Buffer containing the DER encoding of this certificate.
A Buffer containing the DER encoding of this certificate.
- Inherited from
- X509Certificate
The serial number of this certificate.
The serial number of this certificate.
- Inherited from
- X509Certificate
The complete subject of this certificate.
The complete subject of this certificate.
- Inherited from
- X509Certificate
The subject alternative name specified for this certificate.
The subject alternative name specified for this certificate.
- Inherited from
- X509Certificate
Returns the PEM-encoded certificate.
Returns the PEM-encoded certificate.
- Inherited from
- X509Certificate
The date/time from which this certificate is considered valid.
The date/time from which this certificate is considered valid.
- Inherited from
- X509Certificate