EphemeralKeyInfo - Node documentation
interface EphemeralKeyInfo

Usage in Deno

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

Properties

type: string

The supported types are 'DH' and 'ECDH'.

optional
name: string | undefined

The name property is available only when type is 'ECDH'.

size: number

The size of parameter of an ephemeral key exchange.