Enum tls_parser::tls_ciphers::TlsCipherMac [] [src]

pub enum TlsCipherMac {
    Null,
    HmacMd5,
    HmacSha1,
    HmacSha256,
    HmacSha384,
    Aead,
}

Variants

Trait Implementations

impl Debug for TlsCipherMac
[src]

Formats the value using the given formatter.

impl PartialEq for TlsCipherMac
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.