package pkcs11

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

Module P11_user_typeSource

Sourcetype t =
  1. | CKU_SO
  2. | CKU_USER
  3. | CKU_CONTEXT_SPECIFIC
  4. | CKU_CS_UNKNOWN of P11_ulong.t
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