SecureBlackbox 2020 iOS Edition

Questions / Feedback?

onSaveExternalData (event)

Request to save decrypted external data.

Syntax

- (void)onSaveExternalData:(NSData*)externalData;
func onSaveExternalData(_ externalData: Data)

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 iOS Edition - Version 20.0 [Build 8166]