xml.Encryption.encryptElementContent

Encrypts all child nodes of the ELEMENT DomNode node using the symmetric key.

Syntax

encryptElementContent(
   node xml.DomNode )

Usage

The child nodes of the ELEMENT DomNode node are replaced at the same place in the XML document with the resulting EncryptedData node.

In case of error, the method throws an exception and sets the STATUS variable with the appropriate error number.