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