Name

xenc_key_RSA_read — Importing a RSA key into user's repository

Synopsis

xenc_key_RSA_read ( in name varchar ,
in key_data varchar );

Description

This function is used to import an RSA 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 RSA key material

Return Types

No return value.

Examples

Example24.468.Loading a shared secret

xenc_key_RSA_read ('MyRSAkey', 'MIG..skipped..MBAAE=');