Enum tls_parser::ECParametersContent [−][src]
pub enum ECParametersContent<'a> {
ExplicitPrime(ExplicitPrimeContent<'a>),
NamedGroup(NamedGroup),
}Expand description
Elliptic curve parameters content (depending on EC type)
Variants
ExplicitPrime(ExplicitPrimeContent<'a>)Tuple Fields of ExplicitPrime
0: ExplicitPrimeContent<'a>NamedGroup(NamedGroup)Tuple Fields of NamedGroup
0: NamedGroupImplementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.