SecureBlackbox 2020 Android Edition

Questions / Feedback?

GetList Method

Retrieves the list of objects of a given type.

Syntax

public void getList(int objectTypes);

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 Android Edition - Version 20.0 [Build 8156]