Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 482 Bytes

File metadata and controls

15 lines (7 loc) · 482 Bytes

CipherTLS13

The cipher of the TLSv1.3 profile (default: AES-256-GCM-SHA384).

Enum

  • AES_MINUS_256_MINUS_GCM_MINUS_SHA384 (value: 'AES-256-GCM-SHA384')

  • CHACHA20_MINUS_POLY1305_MINUS_SHA256 (value: 'CHACHA20-POLY1305-SHA256')

  • AES_MINUS_128_MINUS_GCM_MINUS_SHA256 (value: 'AES-128-GCM-SHA256')

[Back to Model list] [Back to API list] [Back to README]