PHP8 rnp_locate_key
(PECL rnp >= 0.1.1)
rnp_locate_key — 搜索密钥
说明
rnp_locate_key(RnpFFI $ffi, string $identifier_type, string $identifier): string|false
注意:按 userid 搜索时,仅检查有效的 userid。
参数
ffi
rnp_ffi_create返回的 FFI 对象。
identifier_type
标识符类型字符串:“userid”、“keyid”、“fingerprint”、“grip”。
identifier
“userid”类型的 PGP 用户 ID(名称和电子邮件),十六进制字符串 相应地代表密钥 ID、指纹或密钥手柄。
返回值
Returns hexadecimal fingerprint of the key found on success 或者在失败时返回 false.