rnp_list_keys
Enumerate all keys present in a keyring by specified identifer type
説明
arrayfalse rnp_list_keys(RnpFFI $ffi
, string $identifier_type
)
パラメータ
-
ffi
-
The FFI object returned by rnp_ffi_create.
-
identifier_type
-
Key identifier type ("userid", "keyid", "grip", "fingerprint").
戻り値
An associative array where key is an identifier string and value is a PGP key fingerprint失敗した場合に false
を返します.