Function sequoia_openpgp_ffi::packet::signature::pgp_signature_for_transport_encryption[][src]

#[no_mangle]
pub extern "C" fn pgp_signature_for_transport_encryption(
    sig: *const Signature
) -> bool
Expand description

Returns whether the KeyFlags indicates that the key can be used to

C Declaration

bool
pgp_signature_for_transport_encryption (const pgp_signature_t sig);

encrypt data for transport.