PeerCertificate.asn1Curve - Node documentation
property PeerCertificate.asn1Curve

Usage in Deno

import { type PeerCertificate } from "node:tls";

The 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.

Type

string