SecureBlackbox 2020 iOS Edition

Questions / Feedback?

verify (method)

Verifies digitally signed data.

Syntax

- (void)verify:(NSString*)uniqueIdentifier;
public func verify(_ uniqueIdentifier: String) throws -> Void

Remarks

Use this method to verify the integrity of the signature using a server-side key.

Please provide the signature via InputFile (or InputStream) property. For detached signatures, please also provide the data that was signed via DataFile (or DataStream) property.

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