package pkcs11

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

pkcs11-0.12.0.tbz
sha256=84eb7b7e2a7821d4c510f3680c1809b1a0770617a1ce3ca40dfdc9c44a78ffeb
md5=2a14ec4a06d0b9ca9166f911095e6a7b

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.