gnupg_adddecryptkey

PECL gnupg >= 0.5
gnupg_adddecryptkey - Add a key for decryption
Manual
Code Examples

gnupg_adddecryptkey( 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_adddecryptkey

Show all examples for gnupg_adddecryptkey

PHP Version: