package gapi-ocaml

  1. Overview
  2. Docs
A simple OCaml client for Google Services

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.4.7.tar.gz
sha256=3a9e7ba4446b90f842c10dc2e49211c394c9f012715da01bb0b80baccabb41bb
md5=27919a0188772392e9b74bfd95fbaaa1

doc/gapi-ocaml.netsys-local/Netsys_crypto_types/index.html

Module Netsys_crypto_typesSource

Types for crypto providers

Sourcemodule type TLS_EXCEPTIONS = sig ... end

The exceptions the TLS provider may use (in addition to OCaml's built-in exception). In Ocamlnet, these exceptions are actually defined in Netsys_types.

Sourcemodule type TLS_PROVIDER = sig ... end

Provides TLS functionality.

Sourcemodule type TLS_CONFIG = sig ... end
Sourcemodule type TLS_ENDPOINT = sig ... end
Sourcemodule type FILE_TLS_ENDPOINT = sig ... end
Sourcemodule type SYMMETRIC_CRYPTO = sig ... end

Symmetric cryptographic ciphers.

Sourcemodule type DIGESTS = sig ... end

Cryptographic digests.

Sourcemodule type PUBKEY_CRYPTO = sig ... end
Sourcetype tls_provider = (module TLS_PROVIDER)
Sourcetype tls_config = (module TLS_CONFIG)
Sourcetype tls_endpoint = (module TLS_ENDPOINT)
Sourcetype file_tls_endpoint = (module FILE_TLS_ENDPOINT)
Sourcetype symmetric_crypto = (module SYMMETRIC_CRYPTO)
Sourcetype digests = (module DIGESTS)
Sourcetype pubkey_crypto = (module PUBKEY_CRYPTO)