rnp_import_signatures

(PECL rnp >= 0.1.1)

rnp_import_signaturesImport standalone signatures to the keyring and receive JSON describing updated keys

Beschreibung

rnp_import_signatures(RnpFFI $ffi, string $input, int $flags): string|false

Parameter-Liste

ffi

Das von rnp_ffi_create zurückgegebene FFI-Objekt.

input

OpenPGP packets containing signatures to be imported. Can be either binary or ASCII armored.

flags

Currently must be 0.

Rückgabewerte

JSON string with information about updated keys on successBei einem Fehler wird false zurückgegeben..

add a note add a note

User Contributed Notes

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