package pkcs11

  1. Overview
  2. Docs
type t =
  1. | Index of int
  2. | Id of int
  3. | Description of string
  4. | Label of string
val to_yojson : t -> Yojson.Safe.t
val default : t
val to_string : t -> string * string