SecureBlackbox 2020 iOS Edition

Questions / Feedback?

select (method)

Allows the selection of keys from the store.

Syntax

- (void)select:(NSString*)filter :(BOOL)privateKeyNeeded :(int)maxCount;
public func select(_ filter: String, _ privateKeyNeeded: Bool, _ maxCount: Int32) throws -> Void

Remarks

This function allows the user to select keys from the storage by applying a Filter. PrivateKeyNeeded specifies whether only private keys should be selected. MaxCount limits the number of certificates selected.

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