SecureBlackbox 2020 iOS Edition

Questions / Feedback?

getList (method)

Retrieves the list of objects of a given type.

Syntax

- (void)getList:(int)objectTypes;
public func getList(_ objectTypes: Int32) throws -> Void

Remarks

ObjectTypes is a bit mask according to which objects of one or more types can be selected. Possible values:

otUnknown0x00
otCertificate0x01
otSymmetricKey0x02
otPublicKey0x04
otPrivateKey0x08

If ObjectTypes of 0 is provided, all objects will be requested from the server.

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