SecureBlackbox 2020 PHP Edition

Questions / Feedback?

SaveExternalData Event

Request to save decrypted external data.

Object Oriented Interface

public function fireSaveExternalData($param);

Procedural Interface

secureblackbox_xmldecryptor_register_callback($res, 5, array($this, 'fireSaveExternalData'));

Parameter List


'externaldata'

Remarks

This event is fired when the component successfully decrypted an external data and needs to save it. The same data could be read using ExternalData property.

It makes sense to use this event when the XML document contains several xenc:EncryptedData elements and the component decrypts them all.

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