Enum tls_parser::tls_ciphers::TlsCipherKx [] [src]

pub enum TlsCipherKx {
    Null,
    Psk,
    Krb5,
    Srp,
    Rsa,
    Dh,
    Dhe,
    Ecdh,
    Ecdhe,
}

Variants

Trait Implementations

impl Debug for TlsCipherKx
[src]

Formats the value using the given formatter.

impl PartialEq for TlsCipherKx
[src]

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

This method tests for !=.