rnp_key_export

(PECL rnp >= 0.1.1)

rnp_key_exportExport a key

Beschreibung

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

Parameter-Liste

ffi

Das von rnp_ffi_create zurückgegebene FFI-Objekt.

key_fp

Key fingerprint.

flags

See RNP_KEY_EXPORT_* predefined constants (except RNP_KEY_EXPORT_BASE64).

Rückgabewerte

OpenPGP packets of exported key (binary or ASCII-armored) on successBei einem Fehler wird false zurückgegeben..

add a note

User Contributed Notes

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