package pkcs11

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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.