package pkcs11

  1. Overview
  2. Docs
Bindings to the PKCS#11 cryptographic API

Install

dune-project
 Dependency

Authors

Maintainers

Sources

pkcs11-0.13.0.tbz
sha256=310783c453276d8715a2af130ebd68684e7e324f6015c84c96bd87310595289b
md5=0b76e1688d037f270886cdd7c9980a86

doc/pkcs11.cli/Pkcs11_cli/Term/index.html

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.

Sourceval use_get_function_list : [ `Auto | `True | `False ] Cmdliner.Term.t

Shortcut for Cmdliner.Arg.value Arg.use_get_function_list.

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

Shortcut for Cmdliner.Arg.value Arg.user_type.