Module P11_object_classSource

Sourcetype t =
  1. | CKO_DATA
  2. | CKO_CERTIFICATE
  3. | CKO_PUBLIC_KEY
  4. | CKO_PRIVATE_KEY
  5. | CKO_SECRET_KEY
  6. | CKO_HW_FEATURE
  7. | CKO_DOMAIN_PARAMETERS
  8. | CKO_MECHANISM
  9. | CKO_OTP_KEY
  10. | CKO_VENDOR_DEFINED
  11. | CKO_CS_UNKNOWN of Unsigned.ULong.t
Sourceval compare : t -> t -> Ppx_deriving_runtime.int
Sourceval to_yojson : t -> Yojson.Safe.t
Sourceval of_string : string -> t
Sourceval to_string : t -> string