RecipientInfo Event
Fired for each recipient key of the encrypted message.
Object Oriented Interface
public function fireRecipientInfo($param);
Procedural Interface
ipworksopenpgp_ppop_register_callback($res, 9, array($this, 'fireRecipientInfo'));
Parameter List
'keyid'
'publickeyalgorithm'
Remarks
This event fires when the Decrypt or DecryptAndVerifySignature method is called.
KeyId is the Id of the key used to encrypt the message. If a subkey was used to encrypt the message this
will be the Id of that subkey. It is the hex-encoded, 4- or 8-byte Id of the key. It is the same as the last 4 or 8 bytes of the fingerprint.
For instance:
BF52A0AB