package ocamlnet

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val rsa_key : oid
val rsassa_pss_key : oid
val rsaes_oaep_key : oid
val dsa_key : oid
val dh_key : oid
val ec_key : oid
val ecdh_key : oid
val ecmqv_key : oid
val kea_key : oid
val eddsa_key : oid
val catalog : (string * string list * string * oid) list
val private_key_format_of_key : oid -> string
val create_rsassa_pss_alg_id : hash_function:hash_function -> maskgen_function:maskgen_function -> salt_length:int -> unit -> alg_id
val create_rsassa_pss_key : hash_function:hash_function -> maskgen_function:maskgen_function -> salt_length:int -> pubkey -> pubkey
val create_rsaes_oaep_alg_id : hash_function:hash_function -> maskgen_function:maskgen_function -> psource_function:string -> unit -> alg_id
val create_rsaes_oaep_key : hash_function:hash_function -> maskgen_function:maskgen_function -> psource_function:string -> pubkey -> pubkey
OCaml

Innovation. Community. Security.