Enum rustls::internal::msgs::handshake::KeyExchangeAlgorithm [] [src]

pub enum KeyExchangeAlgorithm {
    BulkOnly,
    DH,
    DHE,
    RSA,
    ECDH,
    ECDHE,
}

Variants

Trait Implementations

impl Debug for KeyExchangeAlgorithm
[src]

Formats the value using the given formatter.