xenc_key_RSA_create
Used to make RSA key.
xenc_key_RSA_create
(in name varchar,
in bits int);
Description
Used to make RSA key.
Parameters
name –
The name of the key.
bits –
Number of bits in generated key. The values supported are from 512 to 2048.
Example
xenc_key_RSA_create ('myRSAkey', 1024);