Struct cdp::network::SignedCertificateTimestamp [] [src]

pub struct SignedCertificateTimestamp<'a> {
    pub status: Cow<'a, str>,
    pub origin: Cow<'a, str>,
    pub log_description: Cow<'a, str>,
    pub log_id: Cow<'a, str>,
    pub timestamp: TimeSinceEpoch,
    pub hash_algorithm: Cow<'a, str>,
    pub signature_algorithm: Cow<'a, str>,
    pub signature_data: Cow<'a, str>,
}

Details of a signed certificate timestamp (SCT).

Fields

Validation status.

Origin.

Log name / description.

Log ID.

Issuance date.

Hash algorithm.

Signature algorithm.

Signature data.

Trait Implementations

impl<'a> Clone for SignedCertificateTimestamp<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

Formats the value using the given formatter.

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

[src]

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

[src]

This method tests for !=.