package pkcs11

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

Install

Dune Dependency

Authors

Maintainers

Sources

pkcs11-0.17.1.tbz
sha256=8a06bfbfead8ddebd8d0dc1f1afacdd77c6a3da64ce3102b7552757b94ec6e15
md5=7d98e56992ea786ad075b980086f7d12

doc/pkcs11/P11_slot_info/index.html

Module P11_slot_info

type t = {
  1. slotDescription : string;
  2. manufacturerID : string;
  3. flags : P11_flags.t;
  4. hardwareVersion : P11_version.t;
  5. firmwareVersion : P11_version.t;
}
val equal : t -> t -> Ppx_deriving_runtime.bool
val compare : t -> t -> Ppx_deriving_runtime.int
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val to_string : ?newlines:bool -> ?indent:string -> t -> string
val to_strings : t -> string list
val flags_to_string : P11_flags.t -> string
OCaml

Innovation. Community. Security.