Skip to main content
PeerCertificate.exponent - tls - Node documentation
property PeerCertificate.exponent

Usage in Deno

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

The RSA exponent, as a string in hexadecimal number notation.

Type

string