Enum tls_parser::tls_ciphers::TlsCipherAu [] [src]

pub enum TlsCipherAu {
    Null,
    Psk,
    Krb5,
    Srp,
    Srp_Dss,
    Srp_Rsa,
    Dss,
    Rsa,
    Dhe,
    Ecdsa,
}

Variants

Trait Implementations

impl Debug for TlsCipherAu
[src]

Formats the value using the given formatter.

impl PartialEq for TlsCipherAu
[src]

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

This method tests for !=.