package pkcs11

  1. Overview
  2. Docs
PKCS#11 ocaml types

Install

Dune Dependency

Authors

Maintainers

Sources

pkcs11-v1.0.0.tbz
sha256=eee2e67fff116d747d1d0f6229af9e952cbb4f9a56765c069c63c1e1bbbc67a3
sha512=3a1090b0cd53b09dffb4c2a2d591e290ff3fe9add1217797f9746a1a6af0d41239b217f1dd45354e3ee457ff007d68bb4d8d83f07001d6ad9870e7aaba4fd434

doc/pkcs11/P11_mechanism_info/index.html

Module P11_mechanism_infoSource

Sourcetype t = {
  1. ulMinKeySize : P11_ulong.t;
  2. ulMaxKeySize : P11_ulong.t;
  3. flags : P11_flags.t;
}
Sourceval compare : t -> t -> Ppx_deriving_runtime.int
Sourceval to_yojson : t -> Yojson.Safe.t
Sourceval to_string : ?newlines:bool -> ?indent:string -> t -> string
Sourceval to_strings : t -> string list
Sourceval flags_to_string : P11_flags.t -> string
Sourceval flags_to_strings : P11_flags.t -> string list
Sourceval allowed_flags : P11_flags.t
OCaml

Innovation. Community. Security.