Name
xenc_key_3DES_read — Importing a triple-des key into user's repository
Synopsis
xenc_key_3DES_read
(
|
in name varchar , |
in
key_data
varchar
) ; |
Description
This function is used to import a triple-des 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 key material
Return Types
No return value.
Examples
Example 24.464. Loading a shared secret
xenc_key_3DES_read ('Sample Symmetric Key', 'EE/uaFF5N3ZNJWUTR8DYe+OEbwaKQnso');