SecureBlackbox 2020 iOS Edition

Questions / Feedback?

verifyFile (method)

Verifies an enveloped or enveloping signature contained in a file.

Syntax

- (void)verifyFile:(NSString*)sourceFile :(NSString*)destFile;
public func verifyFile(_ sourceFile: String, _ destFile: String) throws -> Void

Remarks

Use this method to verify an enveloped or enveloping signature and extract the original signed message to another file.

The validation result is stored in SignatureValidationResult property.

Specify the public verification key in Key property before commencing the validation.

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