Struct tls_parser::SignedCertificateTimestamp [−][src]
pub struct SignedCertificateTimestamp<'a> {
pub version: CtVersion,
pub id: CtLogID<'a>,
pub timestamp: u64,
pub extensions: CtExtensions<'a>,
pub signature: DigitallySigned<'a>,
}Expand description
Signed Certificate Timestamp as defined in [RFC6962 Section 3.2] (https://datatracker.ietf.org/doc/html/rfc6962#section-3.2)
Fields
version: CtVersionid: CtLogID<'a>timestamp: u64extensions: CtExtensions<'a>signature: DigitallySigned<'a>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 SignedCertificateTimestamp<'a>
impl<'a> Send for SignedCertificateTimestamp<'a>
impl<'a> Sync for SignedCertificateTimestamp<'a>
impl<'a> Unpin for SignedCertificateTimestamp<'a>
impl<'a> UnwindSafe for SignedCertificateTimestamp<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more