Plasma GitLab Archive
Projects Blog Knowledge

Module Netx509_pubkey.Encryption

module Encryption: sig .. end


These algorithms are used for encryption/decryption
val rsa : Netx509_pubkey.encrypt_alg
alias RSAES-PKCS1-v1_5
val rsaes_oaep : hash_function:Netx509_pubkey.hash_function ->
maskgen_function:Netx509_pubkey.maskgen_function ->
psource_function:string -> Netx509_pubkey.encrypt_alg
RSAES-OAEP
val catalog : (string * string list * Netx509_pubkey.encrypt_alg * Netx509_pubkey.oid) list
(name, aliases, oid, pubkey_oid)
val encrypt_alg_of_pubkey : Netx509_pubkey.pubkey -> Netx509_pubkey.encrypt_alg
Normally use the algorithm that is present in the public key
val alg_id_of_encrypt_alg : Netx509_pubkey.encrypt_alg -> Netx509_pubkey.alg_id
Get the alg_id of an encryption alg
val key_oid_of_encrypt_alg : Netx509_pubkey.encrypt_alg -> Netx509_pubkey.oid
The OID public keys need to have
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml