Class NoopDOMCryptoContext
java.lang.Object
javax.xml.crypto.dom.DOMCryptoContext
ac.simons.neo4j.migrations.core.internal.NoopDOMCryptoContext
- All Implemented Interfaces:
 XMLCryptoContext
This no-operation context is used while computing checksums of XML. We are only interested in checksumming the normalized
 structure, not in computing any hashes on top of it.
- Since:
 - 1.7.0
 - Author:
 - Michael J. Simons
 - Soundtrack
 - Pet Shop Boys - Please
 
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class javax.xml.crypto.dom.DOMCryptoContext
get, getBaseURI, getDefaultNamespacePrefix, getElementById, getKeySelector, getNamespacePrefix, getProperty, getURIDereferencer, iterator, put, putNamespacePrefix, setBaseURI, setDefaultNamespacePrefix, setIdAttributeNS, setKeySelector, setProperty, setURIDereferencer 
- 
Constructor Details
- 
NoopDOMCryptoContext
public NoopDOMCryptoContext() 
 -