package pkcs11

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

Module P11_rsa_pkcs_oaep_paramsSource

Sourcetype t = {
  1. hashAlg : P11_mechanism_type.t;
  2. mgf : P11_rsa_pkcs_mgf_type.t;
  3. src : P11_hex_data.t option;
}
Sourceval compare : t -> t -> Ppx_deriving_runtime.int
Sourceval to_yojson : t -> Yojson.Safe.t
Sourceval of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or