Struct tor_cert::SigCheckedCert
source ·
[−]pub struct SigCheckedCert { /* fields omitted */ }Expand description
A certificate that has been parsed and signature-checked, but whose timeliness has not been checked.
Trait Implementations
Check the signature on this object
Return the underlying object without checking its signature.
Unwrap this object if the signature is valid
type Error = TimeValidityError
type Error = TimeValidityError
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
