= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type t =
| CKO_DATA
| CKO_CERTIFICATE
| CKO_PUBLIC_KEY
| CKO_PRIVATE_KEY
| CKO_SECRET_KEY
| CKO_HW_FEATURE
| CKO_DOMAIN_PARAMETERS
| CKO_MECHANISM
| CKO_OTP_KEY
| CKO_VENDOR_DEFINED
| CKO_CS_UNKNOWN of Unsigned.ULong.t
val equal : t -> t -> Ppx_deriving_runtime.bool
val compare : t -> t -> Ppx_deriving_runtime.int
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val of_string : string -> t
val to_string : t -> string