interface CipherNameAndProtocol Usageimport { 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.