Name
xenc_key_DSA_read — Importing a DSA key into user's repository
Synopsis
| 
              xenc_key_DSA_read
            ( | in name varchar , | 
| in 
key_data
   varchar ); | 
Description
This function is used to import a DSA serialized key into user's repository and register it with a name supplied.
Note that key will not be persisted. It is loaded in the memory only.
Parameters
name
Name of the key to register
key_data
The base64 encoded binary data with DSA key material
Return Types
No return value.
Examples
Example 24.467. Loading a shared secret
xenc_key_DSA_read ('myDSAkey', 'MII..skipped..Klmu+tlaA==');
        