xml.Encryption.decryptKey

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

Syntax

decryptKey(
   xml xml.DomDocument,
   url STRING )
  RETURNING key xml.CryptoKey
  1. xml is the DomDocument object.
  2. url is 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 with the appropriate error number.