Function

Gck-2Gckobjects_from_handle_array

  • 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: Gck.Session

      The session for these objects

    • object_handles: number[]

      The raw object handles.

    Returns Gck.Object[]

    The list of Gck.Object objects.