Package javax.xml.crypto.dom

DOM-specific classes for the javax.xml.crypto package.

See:
          Description

Interface Summary
DOMIdMap A DOM ID to Element mapping interface.
DOMURIReference A DOM-specific URIReference.
 

Class Summary
DOMNodeSetData A DOM-specific NodeSetData.
DOMStructure A DOM-specific XMLStructure.
 

Package javax.xml.crypto.dom Description

DOM-specific classes for the javax.xml.crypto package. Only users who are using a DOM-based XML cryptographic implementations (ex: XMLSignatureFactory or KeyInfoFactory) should need to make direct use of this package.

Package Specification