package gapi-ocaml

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.4.8.tar.gz
sha256=5cc769af46198deb88707ccb50398088316e60f51db8c36389e6a2aae4c2ad30
md5=d918a22fde1b1d49a9783fb2f932d059

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)