Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Arguments and converters.
-s
, --slot
, --slot-index
: select a slot based on its index in C_GetSlotList
output.
--slot-id
: select a slot by its slot ID (in the list that C_GetSlotList
outputs).
--slot-description
: select a slot based on its description.
--token-label
: select a slot based on the label of associated token.
val load_mode : P11.Load_mode.t Cmdliner.Arg.t
How to access the PKCS11 DLL. --direct
: call the function directly. --indirect
: use C_GetFunctionList
. --indirect_or_direct
(the default): try to use C_GetFunctionList
, and if it fails, try directly.
val user_type : P11.User_type.t option Cmdliner.Arg.t
--user-type
: select user type: CKU_USER
("user"
) or CKU_SO
("so"
)