Function sequoia_openpgp_ffi::cert::pgp_cert_valid_key_iter_unencrypted_secret[][src]

#[no_mangle]
pub extern "C" fn pgp_cert_valid_key_iter_unencrypted_secret<'a>(
    iter_wrapper: *mut ValidKeyAmalgamationIterWrapper<'a>
)
Expand description

Changes the iterator to only return keys that have unencrypted

C Declaration

void
pgp_cert_valid_key_iter_unencrypted_secret (pgp_valid_key_amalgamation_iter_wrapper_t iter_wrapper);

secret keys.

Note: you may not call this function after starting to iterate.