SecureBlackbox 2020 iOS Edition

Questions / Feedback?

extractAsyncData (method)

Extracts user data from the DC signing service response.

Syntax

- (NSString*)extractAsyncData:(NSString*)asyncReply;
public func extractAsyncData(_ asyncReply: String) throws -> String

Remarks

Call this method before finalizing the asynchronous signing process to extract the data passed to the ExternalCrypto.Data property on the pre-signing stage.

The Data parameter can be used to pass some state or document identifier along with the signing request from the pre-signing to completion async stage.

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