xml.Encryption.decryptKey

Decrypts the EncryptedKey as root in the given XML document, and returns a new CryptoKey of the given kind.

Syntax

decryptKey(
   doc xml.DomDocument,
   url STRING )
  RETURNS xml.CryptoKeY
  1. doc defines the DomDocument object.
  2. url defines the string.

Usage

Returns a new CryptoKey of the given kind.

Only symmetric or HMAC keys are allowed.

In case of error, the method throws an exception and sets the status variable. Depending on the error, a human-readable description of the problem is available in the sqlca.sqlerrm register. See Error handling in GWS calls (status).