Skip to main content
CipherNameAndProtocol - tls - Node documentation
interface CipherNameAndProtocol

Usage in Deno

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

Properties

name: string

The cipher name.

version: string

SSL/TLS protocol version.

standardName: string

IETF name for the cipher suite.