Struct tls_parser::tls_ciphers::TlsCipherSuite [] [src]

pub struct TlsCipherSuite {
    pub name: &'static str,
    pub id: u16,
    pub kx: TlsCipherKx,
    pub au: TlsCipherAu,
    pub enc: TlsCipherEnc,
    pub enc_mode: TlsCipherEncMode,
    pub enc_size: u16,
    pub mac: TlsCipherMac,
    pub mac_size: u16,
}

Fields

Methods

impl TlsCipherSuite
[src]

Trait Implementations

impl Debug for TlsCipherSuite
[src]

Formats the value using the given formatter.