SecureBlackbox 2020 PHP Edition

Questions / Feedback?

RecipientFound Event

Informs the application that an archive is encrypted with a digital certificate.

Object Oriented Interface

public function fireRecipientFound($param);

Procedural Interface

secureblackbox_archivereader_register_callback($res, 7, array($this, 'fireRecipientFound'));

Parameter List


'recipienthash'
'certfound'

Remarks

The class fires this event when processing archives encrypted with an X.509 certificate. CertFound indicates whether the matching certificate has been found in DecryptionCertificates collection.

This event is an opportunity to add the decryption certificate on a later stage if it was not known at the start of the processing.

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