Struct gpgme::keys::SubKey
[−]
[src]
pub struct SubKey<'a> {
// some fields omitted
}pub struct SubKey<'a> {
// some fields omitted
}impl<'a> SubKey<'a>unsafe fn from_raw<'b>(raw: gpgme_subkey_t) -> SubKey<'b>fn raw(&self) -> gpgme_subkey_tfn is_secret(&self) -> boolfn is_cardkey(&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) -> StrResult<'a>fn fingerprint(&self) -> StrResult<'a>fn algorithm(&self) -> KeyAlgorithmfn length(&self) -> usizefn timestamp(&self) -> Option<i64>fn expires(&self) -> Option<i64>fn card_number(&self) -> StrResult<'a>fn curve(&self) -> StrResult<'a>impl<'a> Clone for SubKey<'a>fn clone(&self) -> SubKey<'a>fn clone_from(&mut self, source: &Self)impl<'a> Copy for SubKey<'a>impl<'a> Debug for SubKey<'a>