Name
xenc_get_key_algo — Determine XML signature algorithm of a key
Synopsis
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.
Return Types
The function returns string containing algorithm identifier value as described in http://www.w3.org/TR/xmldsig-core .
Examples
Example 24.462. Determine signing algorithm of a key
SQL> select xenc_get_key_algo ('myKey'); callret VARCHAR _______________________________________________________________________________ http://www.w3.org/2000/09/xmldsig#dsa-sha1