[−][src]Struct tls_parser::tls_dh::ServerDHParams
Diffie-Hellman parameters, defined in [RFC5246] section 7.4.3
Fields
dh_p: &'a [u8]The prime modulus used for the Diffie-Hellman operation.
dh_g: &'a [u8]The generator used for the Diffie-Hellman operation.
dh_ys: &'a [u8]The server's Diffie-Hellman public value (g^X mod p).
Trait Implementations
impl<'a> Debug for ServerDHParams<'a>[src]
impl<'a> PartialEq<ServerDHParams<'a>> for ServerDHParams<'a>[src]
pub fn eq(&self, other: &ServerDHParams<'a>) -> bool[src]
pub fn ne(&self, other: &ServerDHParams<'a>) -> bool[src]
impl<'a> StructuralPartialEq for ServerDHParams<'a>[src]
Auto Trait Implementations
impl<'a> RefUnwindSafe for ServerDHParams<'a>[src]
impl<'a> Send for ServerDHParams<'a>[src]
impl<'a> Sync for ServerDHParams<'a>[src]
impl<'a> Unpin for ServerDHParams<'a>[src]
impl<'a> UnwindSafe for ServerDHParams<'a>[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, 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>,