Function sequoia_ffi::openpgp::packet::signature::pgp_signature_issuer[][src]

#[no_mangle]
pub extern "C" fn pgp_signature_issuer(
    sig: *const Signature
) -> Maybe<KeyID>
Expand description

Returns the value of the Signature packet’s Issuer subpacket.

C Declaration

pgp_keyid_t
pgp_signature_issuer (const pgp_signature_t sig);

If there is no Issuer subpacket, this returns NULL. Note: if there is no Issuer subpacket, but there is an IssuerFingerprint subpacket, this still returns NULL.