Name
xenc_delete_temp_keys — Remove the temporary keys from user's space
Synopsis
int
xenc_delete_temp_keys
(
|
) ; |
Description
When signing an XML document or doing the reverse work like verification etc. number of temporary keys are created in user's space. These keys at some point may not needed anymore, so they can be removed from memory.
Return Types
The function returns number of temp keys removed.
Examples
Example 24.457. Delete temporary keys
SQL> select xenc_delete_temp_keys (); callret VARCHAR _______________________________________________________________________________ 1