xml.Encryption.decryptElement
Decrypts the encrypted data DomNode using the symmetric key.
Syntax
decryptElement(
node xml.DomNode )
- node defines the encrypted DomNode.
Usage
The EncryptedData DomNode node is replaced at the same place in the XML document with the resulting decrypted element DomNode and its children.
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).