Statement on glibc/iconv Vulnerability

rnp_key_export

(PECL rnp >= 0.1.1)

rnp_key_exportExport a key

説明

rnp_key_export(RnpFFI $ffi, string $key_fp, int $flags): string|false

パラメータ

ffi

The FFI object returned by rnp_ffi_create.

key_fp

Key fingerprint.

flags

See RNP_KEY_EXPORT_* predefined constants (except RNP_KEY_EXPORT_BASE64).

戻り値

OpenPGP packets of exported key (binary or ASCII-armored) on success失敗した場合に false を返します.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top