package pkcs11

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

pkcs11-0.14.0.tbz
sha256=56145aabfe82a55851da4e5d131cc5d2e87ac8ca6955e1b16b303a32d3fa4bcd
md5=d6d18b0852925320e5b0ceaf1c433c5a

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.

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.