Module P11_aes_key_wrap_params
type tParameters for
CKM_AES_KEY_WRAP. Note that the name of this module is not in PKCS11, where it is just described as a nullable pointer.
val equal : t -> t -> Ppx_deriving_runtime.boolval compare : t -> t -> Ppx_deriving_runtime.intval pp : Ppx_deriving_runtime.Format.formatter -> t -> Ppx_deriving_runtime.unitval show : t -> Ppx_deriving_runtime.stringval to_yojson : t -> Yojson.Safe.tval of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val default : tUse the default IV as specified in the AES-KEYWRAP specification.
val explicit : string -> tUse this IV. It should be exactly 8 bytes long for PKCS11 compliant DLLs.
val explicit_iv : t -> string optionReturn the explicit IV, or None if the default value was used.