SecureBlackbox 2020 iOS Edition

Questions / Feedback?

importFromFile (method)

Loads key from file.

Syntax

- (void)importFromFile:(NSString*)path :(NSString*)password;
public func importFromFile(_ path: String, _ password: String) throws -> Void

Remarks

Use this method to read a key stored in a file. Path specifies the full path to the file, Password is a password to decrypt the private key.

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