package pkcs11

  1. Overview
  2. Docs
PKCS#11 OCaml types

Install

Dune Dependency

Authors

Maintainers

Sources

pkcs11-v1.0.1.tbz
sha256=db6bed28e4a75cb3787d0b6feca954a91c9e52e678b8cc73c1058975b1846946
sha512=f764b356cac3dd7718003a158f2a4dad7b8caae981930ab9cfa674a08ebcf3583c531bfcca9ddbb593d0c8e5a64b52381f8c9c702c3a0d0d44000727b095c47a

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.