Function sequoia_openpgp_ffi::key_amalgamation::pgp_valid_key_amalgamation_for_transport_encryption[][src]

#[no_mangle]
pub extern "C" fn pgp_valid_key_amalgamation_for_transport_encryption<'a>(
    ka: *const ValidKeyAmalgamation<'a>
) -> bool
Expand description

Returns whether the key is intended for encrypting data in transit.

C Declaration

bool
pgp_valid_key_amalgamation_for_transport_encryption (const pgp_valid_key_amalgamation_t ka);