Struct gpgme::ops::Signature
[−]
[src]
pub struct Signature<'a> {
// some fields omitted
}pub struct Signature<'a> {
// some fields omitted
}impl<'a> Signature<'a>unsafe fn from_raw<'b>(raw: gpgme_signature_t) -> Signature<'b>fn raw(&self) -> gpgme_signature_timpl<'a> Signature<'a>fn fingerprint(&self) -> StrResult<'a>fn chain_model(&self) -> boolfn pka_trust(&self) -> PkaTrustfn wrong_key_usage(&self) -> boolfn validity(&self) -> Validityfn validity_reason(&self) -> Option<Error>fn timestamp(&self) -> i64fn expires(&self) -> Option<i64>fn key_algorithm(&self) -> KeyAlgorithmfn hash_algorithm(&self) -> HashAlgorithmfn status(&self) -> Result<()>fn summary(&self) -> SignatureSummaryfn pka_address(&self) -> StrResult<'a>fn notations(&self) -> SignatureNotationIter<'a, VerifyResult>impl<'a> Clone for Signature<'a>fn clone(&self) -> Signature<'a>fn clone_from(&mut self, source: &Self)impl<'a> Copy for Signature<'a>impl<'a> Debug for Signature<'a>