Enum tls_parser::tls_ciphers::TlsCipherEnc [] [src]

pub enum TlsCipherEnc {
    Null,
    Des,
    TripleDes,
    Rc2,
    Rc4,
    Aria,
    Idea,
    Seed,
    Aes,
    Camellia,
    Chacha20_Poly1305,
}

Variants

Trait Implementations

impl Debug for TlsCipherEnc
[src]

Formats the value using the given formatter.

impl PartialEq for TlsCipherEnc
[src]

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

This method tests for !=.