Struct gpgme::keys::Key
[−]
[src]
pub struct Key {
// some fields omitted
}pub struct Key {
// some fields omitted
}impl Keyfn is_secret(&self) -> boolfn is_qualified(&self) -> boolfn is_invalid(&self) -> boolfn is_disabled(&self) -> boolfn is_revoked(&self) -> boolfn is_expired(&self) -> boolfn can_encrypt(&self) -> boolfn can_sign(&self) -> boolfn can_certify(&self) -> boolfn can_authenticate(&self) -> boolfn id(&self) -> StrResultfn fingerprint(&self) -> StrResultfn key_list_mode(&self) -> KeyListModefn protocol(&self) -> Protocolfn owner_trust(&self) -> Validityfn issuer_serial(&self) -> StrResultfn issuer_name(&self) -> StrResultfn chain_id(&self) -> StrResultfn primary_key(&self) -> Option<SubKey>fn user_ids(&self) -> UserIdIterfn subkeys(&self) -> SubKeyIterimpl Drop for Keyfn drop(&mut self)impl Clone for Keyfn clone(&self) -> Keyfn clone_from(&mut self, source: &Self)impl Wrapper for Keytype Raw = gpgme_key_tunsafe fn from_raw(raw: gpgme_key_t) -> Keyfn as_raw(&self) -> gpgme_key_tfn into_raw(self) -> Self::Raw where Self: Sizedimpl Debug for Key