Enum tls_parser::tls_ec::ECParametersContent[][src]

pub enum ECParametersContent<'a> {
    ExplicitPrime(ExplicitPrimeContent<'a>),
    ExplicitChar2(&'a [u8]),
    NamedGroup(u16),
}

Elliptic curve parameters content (depending on EC type)

Variants

Trait Implementations

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

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

This method tests for !=.

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for ECParametersContent<'a>

impl<'a> Sync for ECParametersContent<'a>