Name
xenc_key_DSA_create — Used to make asymmetric DSA key.
Synopsis
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.
Return Types
None.
Example
Example 24.472. Simple Use
xenc_key_DSA_create ('myDSAkey');