SecureBlackbox 2020 PHP Edition

Questions / Feedback?

Select Method

Allows the selection of keys from the store.

Object Oriented Interface

public function doSelect($filter, $privatekeyneeded, $maxcount);

Procedural Interface

secureblackbox_cryptokeystorage_do_select($res, $filter, $privatekeyneeded, $maxcount);

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 PHP Edition - Version 20.0 [Build 8154]