[−][src]Module openssl::dsa 
Digital Signatures
DSA ensures a message originated from a known sender, and was not modified. DSA uses asymetrical 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
| Dsa | Object representing DSA keys. | 
| DsaRef | Reference to  |