Name
xenc_key_RSA_create — Used to make RSA key.
Synopsis
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.
Return Types
None.
Example
Example 24.484. Simple Use
xenc_key_RSA_create ('myRSAkey', 1024);