Struct tor_netdoc::doc::authcert::UncheckedAuthCert [−][src]
pub struct UncheckedAuthCert { /* fields omitted */ }
Expand description
An authority certificate whose signature and validity time we haven’t checked.
Implementations
If this AuthCert was originally parsed from haystack
, return its
text.
TODO: This is a pretty bogus interface; there should be a better way to remember where to look for this thing if we want it without keeping the input alive forever. We should refactor.
Trait Implementations
Return the underlying object without checking its signature.
Check the signature on this object
Unwrap this object if the signature is valid
Auto Trait Implementations
impl !RefUnwindSafe for UncheckedAuthCert
impl !Send for UncheckedAuthCert
impl !Sync for UncheckedAuthCert
impl Unpin for UncheckedAuthCert
impl !UnwindSafe for UncheckedAuthCert