package pkcs11-cli

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

Module Pkcs11_cli.TermSource

Terms.

Sourceval slot_index : int option Cmdliner.Term.t

Shortcut for Cmdliner.Arg.value Arg.slot_index.

Sourceval slot_id : int option Cmdliner.Term.t

Shortcut for Cmdliner.Arg.value Arg.slot_id.

Sourceval slot_description : string option Cmdliner.Term.t

Shortcut for Cmdliner.Arg.value Arg.slot_description.

Sourceval token_label : string option Cmdliner.Term.t

Shortcut for Cmdliner.Arg.value Arg.token_label.

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.

Sourceval pin : string option Cmdliner.Term.t

Shortcut for Cmdliner.Arg.value Arg.pin.

Shortcut for Cmdliner.Arg.value Arg.load_mode.

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

Shortcut for Cmdliner.Arg.value Arg.user_type.

OCaml

Innovation. Community. Security.