com.entrust.toolkit.xencrypt.core
This package contains the Encryptor and Decryptor classes used to parse XML documents and to create Document Object Model (DOM) trees. The nodes of the DOM trees represent the XML elements in the documents you are encrypting and decrypting. The most frequently used methods in these classes allow you to perform the following operations:
initialization of the Toolkit
selection of users and recipients
selection of particular elements in the document you want to encrypt
selection of encryption algorithms
encryption and decryption of XML documents
You can use the other classes in the package to encrypt DOM elements for a group of recipients (EncryptedElementSet) and for working with the Toolkit's implementation of transaction counting (XMLEncCounter).