pub struct SigCheckedCert { /* private fields */ }
Expand description

A certificate that has been parsed and signature-checked, but whose timeliness has not been checked.

Trait Implementations

An error type that’s returned when the object is not well-signed.
Check the signature on this object
Return the underlying object without checking its signature.
Unwrap this object if the signature is valid
An error type that’s returned when the object is not timely.
Check whether this object is valid at a given time. Read more
Return the underlying object without checking whether it’s valid.
Unwrap this Timebound object if it is valid at a given time.
Unwrap this Timebound object if it is valid now.
Unwrap this object if it is valid at the provided time t. If no time is provided, check the object at the current time. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.