javax.xml.crypto.dom |
DOM-specific classes for the {@link javax.xml.crypto} package.
Only users who are using a DOM-based XML cryptographic implementations (ex:
{@link javax.xml.crypto.dsig.XMLSignatureFactory XMLSignatureFactory} or
{@link javax.xml.crypto.dsig.keyinfo.KeyInfoFactory})
should need to make direct use of this package.
Package Specification
- Since:
- 1.6
|
Java Source File Name | Type | Comment |
DOMCryptoContext.java | Class | This class provides a DOM-specific implementation of the
XMLCryptoContext interface. |
DOMStructure.java | Class | A DOM-specific
XMLStructure . |
DOMURIReference.java | Interface | A DOM-specific
URIReference . |