rnp_import_signatures
PHP function
Edit on GitHub ✎
(PECL rnp >= 0.1.1)
Import standalone signatures to the keyring and receive JSON describing updated keys
Description
rnp_import_signatures(RnpFFI $ffi, string $input, int $flags): string|false
Parameters
ffiFfi-description
inputOpenPGP packets containing signatures to be imported. Can be either binary or ASCII armored.
flagsCurrently must be 0.
Return Values
JSON string with information about updated keys on successFalseforfailure.