objects_from_handle_array


Description:


public List<Object> objects_from_handle_array (Session session, ulong[] object_handles)

Initialize a list of GckObject from raw PKCS#11 handles.

The handles argument must contain contiguous CK_OBJECT_HANDLE handles in an array.

Parameters:

session

The session for these objects

object_handles

The raw object handles.

n_object_handles

The number of raw object handles.

Returns:

The list of Object objects. You should use gck_list_unref_free when done with this list.


Namespace: Gck
Package: gck-1