package pkcs11-cli

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Terms.

val slot_index : int option Cmdliner.Term.t

Shortcut for Cmdliner.Arg.value Arg.slot_index.

val slot_id : int option Cmdliner.Term.t

Shortcut for Cmdliner.Arg.value Arg.slot_id.

val slot_description : string option Cmdliner.Term.t

Shortcut for Cmdliner.Arg.value Arg.slot_description.

val token_label : string option Cmdliner.Term.t

Shortcut for Cmdliner.Arg.value Arg.token_label.

val slot : P11.Slot.t option Cmdliner.Term.t

Term that combines the above slot-selecting terms: it makes sure that at most one is passed and builds a P11.Slot.t value out of it.

val pin : string option Cmdliner.Term.t

Shortcut for Cmdliner.Arg.value Arg.pin.

Shortcut for Cmdliner.Arg.value Arg.load_mode.

val user_type : P11.User_type.t option Cmdliner.Term.t

Shortcut for Cmdliner.Arg.value Arg.user_type.