xenc_key_DSA_create
Used to make asymmetric DSA key.
xenc_key_DSA_create
(in name varchar);
Description
Used to make asymmetric DSA key for digital signatures. The generated key will
contain private and public keys.
Parameters
name –
The name of the key.
Example
xenc_key_DSA_create ('myDSAkey');