SecureBlackbox Lite 2020 iOS Edition

Questions / Feedback?

onPasswordNeeded (event)

This event is fired when a decryption password is needed.

Syntax

- (void)onPasswordNeeded:(NSString**)password :(int*)cancel;
func onPasswordNeeded(_ password: inout NSString?, _ cancel: inout Int32)

Remarks

The class fires this event when a password is needed to decrypt a certificate or a private key.

In the handler of this event, assign the password to the Password parameter, or set Cancel to true to abort the operation.

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