interface CipherNameAndProtocol
          
Usage in Deno
import { type CipherNameAndProtocol } from "node:tls";
name: string
      
    The cipher name.
version: string
      
    SSL/TLS protocol version.
standardName: string
      
    IETF name for the cipher suite.