package pkcs11

  1. Overview
  2. Docs
PKCS#11 ocaml types

Install

Dune Dependency

Authors

Maintainers

Sources

pkcs11-v0.18.0.tbz
sha256=a4a56e63a0f3b3b6405e166b5c4a8304c3d0f8e6a35b0ac744031e77a1f65c7b
md5=f1ec2b5c92bca1f4d156639c2409a5fe

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.