Function
Gckobjects_from_handle_array
since: 1
Declaration [src]
GList*
gck_objects_from_handle_array (
  GckSession* session,
  gulong* object_handles,
  gulong n_object_handles
)
Description [src]
Initialize a list of GckObject from raw PKCS#11 handles. The handles argument must contain contiguous CK_OBJECT_HANDLE handles in an array.
Available since: 1
Parameters
- session
- 
            Type: GckSessionThe session for these objects. The data is owned by the caller of the function. 
- object_handles
- 
            Type: An array of gulongThe raw object handles. The length of the array is specified in the n_object_handlesargument.The data is owned by the caller of the function. 
- n_object_handles
- 
            Type: gulongThe number of raw object handles.