SecureBlackbox 2020 iOS Edition

Questions / Feedback?

clearTextSignFile (method)

Creates a cleartext signature over the provided data.

Syntax

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

Remarks

Call this method to create a cleartext signature over the file. The signed data will be saved to DestFile.

Note that only textual data can be signed in cleartext.

Pass the signing key(s) via SigningKeys property.

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