Struct tor_cert::rsa::UncheckedRsaCrosscert [−][src]
pub struct UncheckedRsaCrosscert(_);Expand description
An RsaCrosscert whose signature has not been checked.
Trait Implementations
Check whether k is the right key for this object. If not, return an error describing what key would be right. Read more
Check the signature on this object
Unwrap this object without checking any signatures on it.
Unwrap this object if it’s correctly signed by a provided key.