Struct tls_parser::tls_ec::ServerECDHParams[][src]

pub struct ServerECDHParams<'a> {
    pub curve_params: ECParameters<'a>,
    pub public: ECPoint<'a>,
}

ECDH parameters defined in RFC4492 section 5.4

Fields

Trait Implementations

impl<'a> Debug for ServerECDHParams<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> PartialEq for ServerECDHParams<'a>
[src]

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

This method tests for !=.

Auto Trait Implementations

impl<'a> Send for ServerECDHParams<'a>

impl<'a> Sync for ServerECDHParams<'a>