xenc_key_3DES_read
Importing a tripple-des key into user's repository
xenc_key_3DES_read
(in name varchar,
in key_data varchar);
Description
This function is used to import a tripple-des seriaized 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 key material
Return Types
No return value.
Errors
This function can generate the following errors:
.
Examples
Loading a shared secret
xenc_key_3DES_read ('Sample Symmetric Key', 'EE/uaFF5N3ZNJWUTR8DYe+OEbwaKQnso');