SecureBlackbox Lite 2020 iOS Edition

Questions / Feedback?

changeEntryKey (method)

Changes the entry's encryption key.

Syntax

- (void)changeEntryKey:(NSString*)entryName :(NSData*)newKey;
public func changeEntryKey(_ entryName: String, _ newKey: Data) throws -> Void

Remarks

Use this method to change the entry's encryption key. This method may invoke the EntryKeyNeeded event to request the existing key if the entry was previously encrypted.

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