Function sequoia_ffi::openpgp::cert::pgp_cert_key_iter_secret[][src]

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

Changes the iterator to only return keys that have secret keys.

C Declaration

void
pgp_cert_key_iter_secret (pgp_key_amalgamation_iter_wrapper_t iter_wrapper);

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