Module openssl::dsa

source · []
Expand description

Digital Signatures

DSA ensures a message originated from a known sender, and was not modified. DSA uses asymmetrical keys and an algorithm to output a signature of the message using the private key that can be validated with the public key but not be generated without the private key.

Structs

Object representing DSA keys.

Reference to Dsa.