rnp_key_remove

Remove a key from keyring(s)

説明

bool rnp_key_remove(RnpFFI $ffi, string $key_fp, int $flags)

Note: you need to call rnp_save_keys to write updated keyring(s) out.

パラメータ

ffi
The FFI object returned by rnp_ffi_create.
key_fp
Key fingerprint.
flags
See RNP_KEY_REMOVE_* constants. Flag RNP_KEY_REMOVE_SUBKEYS will work only for the primary key and will remove all of its subkeys as well.

戻り値

Returns true on success失敗した場合に false を返します.