[−][src]Struct tls_parser::tls_ec::NamedGroup
Named curves, as defined in RFC4492, RFC7027, RFC7919 and IANA Supported Groups Registry
Implementations
impl NamedGroup[src]
pub const Sect163k1: NamedGroup[src]
pub const Sect163r1: NamedGroup[src]
pub const Sect163r2: NamedGroup[src]
pub const Sect193r1: NamedGroup[src]
pub const Sect193r2: NamedGroup[src]
pub const Sect233k1: NamedGroup[src]
pub const Sect233r1: NamedGroup[src]
pub const Sect239k1: NamedGroup[src]
pub const Sect283k1: NamedGroup[src]
pub const Sect283r1: NamedGroup[src]
pub const Sect409k1: NamedGroup[src]
pub const Sect409r1: NamedGroup[src]
pub const Sect571k1: NamedGroup[src]
pub const Sect571r1: NamedGroup[src]
pub const Secp160k1: NamedGroup[src]
pub const Secp160r1: NamedGroup[src]
pub const Secp160r2: NamedGroup[src]
pub const Secp192k1: NamedGroup[src]
pub const Secp192r1: NamedGroup[src]
pub const Secp224k1: NamedGroup[src]
pub const Secp224r1: NamedGroup[src]
pub const Secp256k1: NamedGroup[src]
pub const Secp256r1: NamedGroup[src]
pub const Secp384r1: NamedGroup[src]
pub const Secp521r1: NamedGroup[src]
pub const BrainpoolP256r1: NamedGroup[src]
pub const BrainpoolP384r1: NamedGroup[src]
pub const BrainpoolP512r1: NamedGroup[src]
pub const EcdhX25519: NamedGroup[src]
pub const EcdhX448: NamedGroup[src]
pub const Ffdhe2048: NamedGroup[src]
pub const Ffdhe3072: NamedGroup[src]
pub const Ffdhe4096: NamedGroup[src]
pub const Ffdhe6144: NamedGroup[src]
pub const Ffdhe8192: NamedGroup[src]
pub const ArbitraryExplicitPrimeCurves: NamedGroup[src]
pub const ArbitraryExplicitChar2Curves: NamedGroup[src]
impl NamedGroup[src]
pub fn key_bits(self: &NamedGroup) -> Option<u16>[src]
Return key size of curve in bits, or None if unknown
Trait Implementations
impl Clone for NamedGroup[src]
pub fn clone(&self) -> NamedGroup[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for NamedGroup[src]
impl Debug for NamedGroup[src]
impl Display for NamedGroup[src]
impl Eq for NamedGroup[src]
impl PartialEq<NamedGroup> for NamedGroup[src]
pub fn eq(&self, other: &NamedGroup) -> bool[src]
pub fn ne(&self, other: &NamedGroup) -> bool[src]
impl StructuralEq for NamedGroup[src]
impl StructuralPartialEq for NamedGroup[src]
Auto Trait Implementations
impl RefUnwindSafe for NamedGroup[src]
impl Send for NamedGroup[src]
impl Sync for NamedGroup[src]
impl Unpin for NamedGroup[src]
impl UnwindSafe for NamedGroup[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,