Struct tls_parser::ECParameters [−][src]
pub struct ECParameters<'a> {
pub curve_type: ECCurveType,
pub params_content: ECParametersContent<'a>,
}Expand description
Elliptic curve parameters, defined in RFC4492 section 5.4
Fields
curve_type: ECCurveTypeShould match a ECCurveType value
params_content: ECParametersContent<'a>Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.