rnp_locate_key
PHP Manual
PHP Manual»Rnp Функції»rnp_locate_key

rnp_locate_key

(PECL rnp >= 0.1.1)

rnp_locate_keySearch for the key

Опис

function rnp_locate_key(RnpFFI $ffi, string $identifier_type, string $identifier): string|false

Note: only valid userids are checked while searching by userid.

Параметри

ffi
Об'єкт FFI, якого повертає rnp_ffi_create.
identifier_type
Identifier type string: "userid", "keyid", "fingerprint", "grip".
identifier
PGP User ID (name and email) for "userid" type, hexadecimal string that represents key id, fingerprint or key grip correspondingly.

Значення, що повертаються

Returns hexadecimal fingerprint of the key found on success або false в разі помилки.

To Top