SecureBlackbox 2020 iOS Edition

Questions / Feedback?

decryptAndVerifyFile (method)

Decrypts and verifies a protected message.

Syntax

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

Remarks

Use this method to unprotect a PGP message contained in a file. The decrypted message is saved to DestFile.

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