package ocamlnet

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type public_key
type private_key
type pin_callback
type algorithm
val supported_x509 : int array list
val algorithm_x509 : int array -> string option -> algorithm
val import_public_key_x509 : string -> public_key
val import_public_key_uri : string -> public_key
val import_public_key_uri_with_pin : pin_callback -> string -> public_key
type x509_private_key = string * string
val import_private_key_x509 : x509_private_key -> private_key
val import_private_key_uri : string -> private_key
val import_private_key_uri_with_pin : pin_callback -> string -> private_key
val import_public_key_from_private : private_key -> public_key
val simple_pin_callback : (unit -> string) -> pin_callback
val encrypt : algorithm -> public_key -> string -> string
val decrypt : algorithm -> private_key -> string -> string
val verify : algorithm -> public_key -> string -> string -> bool
val sign : algorithm -> private_key -> string -> string
OCaml

Innovation. Community. Security.