package pkcs11

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

Module P11_aes_key_wrap_paramsSource

Sourcetype t

Parameters 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.

Sourceval compare : t -> t -> Ppx_deriving_runtime.int
Sourceval to_yojson : t -> Yojson.Safe.t
Sourceval default : t

Use the default IV as specified in the AES-KEYWRAP specification.

Sourceval explicit : string -> t

Use this IV. It should be exactly 8 bytes long for PKCS11 compliant DLLs.

Sourceval explicit_iv : t -> string option

Return the explicit IV, or None if the default value was used.

OCaml

Innovation. Community. Security.