SecureBlackbox 2020 iOS Edition

Questions / Feedback?

save (method)

Saves the keyring to disk.

Syntax

- (void)save:(NSString*)publicKeyringFile :(NSString*)secretKeyringFile;
public func save(_ publicKeyringFile: String, _ secretKeyringFile: String) throws -> Void

Remarks

Use this method to save the keyring to disk. PGP software typically uses two files to store keyrings, public and private.

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