package pkcs11

  1. Overview
  2. Docs
PKCS#11 ocaml types

Install

Dune Dependency

Authors

Maintainers

Sources

pkcs11-v1.0.0.tbz
sha256=eee2e67fff116d747d1d0f6229af9e952cbb4f9a56765c069c63c1e1bbbc67a3
sha512=3a1090b0cd53b09dffb4c2a2d591e290ff3fe9add1217797f9746a1a6af0d41239b217f1dd45354e3ee457ff007d68bb4d8d83f07001d6ad9870e7aaba4fd434

doc/pkcs11/P11_aes_key_wrap_params/index.html

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.