SecureBlackbox 2020 PHP Edition

Questions / Feedback?

RecipientFound Event

Provides recipient certificate details to the application.

Object Oriented Interface

public function fireRecipientFound($param);

Procedural Interface

secureblackbox_pdfsigner_register_callback($res, 6, array($this, 'fireRecipientFound'));

Parameter List


'issuerrdn'
'serialnumber'
'subjectkeyid'
'certfound'

Remarks

The class fires this event when processing encrypted documents to report encryption certificate details to the user.

Subscribe to this event to obtain encryption certificate information and pass the corresponding certificate to the class via DecryptionCertificate (DecryptionCertificates) property.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 PHP Edition - Version 20.0 [Build 8154]