Module P11_key_gen_mechanismSource

Sourcetype t =
  1. | CKM of P11_mechanism_type.t
  2. | CK_UNAVAILABLE_INFORMATION
Sourceval compare : t -> t -> Ppx_deriving_runtime.int
Sourceval to_yojson : t -> Yojson.Safe.t
Sourceval to_string : t -> string
Sourceval of_string : string -> t