Struct tls_parser::DigitallySigned [−][src]
pub struct DigitallySigned<'a> {
pub alg: Option<SignatureAndHashAlgorithm>,
pub data: &'a [u8],
}Expand description
DigitallySigned structure from [RFC2246] section 4.7 has no algorithm definition. This should be deprecated in favor if DigitallySigned structure from [RFC5246] section 4.7
Fields
alg: Option<SignatureAndHashAlgorithm>data: &'a [u8]Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl<'a> RefUnwindSafe for DigitallySigned<'a>
impl<'a> Send for DigitallySigned<'a>
impl<'a> Sync for DigitallySigned<'a>
impl<'a> Unpin for DigitallySigned<'a>
impl<'a> UnwindSafe for DigitallySigned<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more