Package javax.xml.crypto.enc.dom
DOM-specific classes for the
javax.xml.crypto.enc package.
See:
Class Summary
| Class | Description |
|---|---|
| DOMDecryptContext | A DOM-specific XMLDecryptContext for decrypting. |
| DOMEncryptContext | A DOM-specific XMLEncryptContext. |
| DOMToBeEncryptedXML | A representation of the ToBeEncryptedXML class which contains a XML Element or content of an Element |
Package javax.xml.crypto.enc.dom Description
DOM-specific classes for thejavax.xml.crypto.enc package.
Only users who are using a DOM-based XMLEncryptionFactory
should need to make direct use of this package.