Struct gpgme::keys::KeySignature
[−]
[src]
pub struct KeySignature<'a> {
// some fields omitted
}pub struct KeySignature<'a> {
// some fields omitted
}impl<'a> KeySignature<'a>unsafe fn from_raw<'b>(raw: gpgme_key_sig_t) -> KeySignature<'b>fn raw(&self) -> gpgme_key_sig_tfn is_revoked(&self) -> boolfn is_expired(&self) -> boolfn is_invalid(&self) -> boolfn is_exportable(&self) -> boolfn key_id(&self) -> StrResult<'a>fn uid(&self) -> StrResult<'a>fn name(&self) -> StrResult<'a>fn email(&self) -> StrResult<'a>fn comment(&self) -> StrResult<'a>fn timestamp(&self) -> Option<i64>fn expires(&self) -> Option<i64>fn key_algorithm(&self) -> KeyAlgorithmfn class(&self) -> u32fn status(&self) -> Errorfn notations(&self) -> SignatureNotationIter<'a, Key>impl<'a> Clone for KeySignature<'a>fn clone(&self) -> KeySignature<'a>fn clone_from(&mut self, source: &Self)impl<'a> Copy for KeySignature<'a>impl<'a> Debug for KeySignature<'a>