gnupg_adddecryptkey
PECL gnupg >= 0.5
gnupg_adddecryptkey - Add a key for decryption
Manual
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.