package pkcs11-driver

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

Low-level interface to templates (arrays of attributes)

val of_list : Pkcs11_CK_ATTRIBUTE.t list -> t
val allocate : t -> unit
val to_list : t -> Pkcs11_CK_ATTRIBUTE.t list
val make : P11_template.t -> t
val view : t -> P11_template.t