xenc_get_key_algo
Determine XML signature algorithm of a key
varchar xenc_get_key_algo
(in key_name varchar);
Description
The function is used to determine signing algorithm supported by given key.
Parameters
key_name –
Name of a key from user's space.
Errors
This function can generate the following errors:
.
Examples
Determine signing algorithm of a key
SQL> select xenc_get_key_algo ('myKey');
callret
VARCHAR
_______________________________________________________________________________
http://www.w3.org/2000/09/xmldsig#dsa-sha1