SecureBlackbox 2020 iOS Edition

Questions / Feedback?

load (method)

Loads a keyring from disk.

Syntax

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

Remarks

Use this method to load a keyring (usually stored in two files) to the keyring object. If you only have it in one file, pass an empty string as the second parameter.

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