Name
xenc_key_AES_rand_create — Used to make a temporary session key.
Synopsis
xenc_key_AES_rand_create
(
|
in name varchar , |
in
bits
int
) ; |
Description
Used to make a temporary session key for AES encryption.
Parameters
name
The name of the key.
bits
Number of bits in generated key. The values supported are 128, 192 and 256 bits.
Return Types
None.
Example
Example 24.470. Simple Use
xenc_key_AES_rand_create ('ses_key', 192);