package pkcs11

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

pkcs11-0.9.0.tbz
sha256=0a1dc5fb54d3febbb0024b6fe9bb393f25e4ce6aadbc65fcc114345c5ca3982a
md5=c1a9bd7ed535e9fb31f2e6014567c9af

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.