gnupg_addsignkey

PECL gnupg >= 0.5
gnupg_addsignkey - Add a key for signing
Manual
Code Examples

gnupg_addsignkey( resource$identifier, string$fingerprint, [string$passphrase] ): bool

Parameters

identifier

The gnupg identifier, from a call to gnupg_init or gnupg.

fingerprint

The fingerprint key.

passphrase

The pass phrase.

Return Values

Returns true on success or false on failure.

Example of gnupg_addsignkey

Show all examples for gnupg_addsignkey

PHP Version: