Struct tls_parser::ServerECDHParams [−][src]
pub struct ServerECDHParams<'a> {
pub curve_params: ECParameters<'a>,
pub public: ECPoint<'a>,
}Expand description
ECDH parameters defined in RFC4492 section 5.4
Fields
curve_params: ECParameters<'a>public: ECPoint<'a>Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.