public abstract class Canonicalizer20010315Excl extends CanonicalizerBase
nullNodereset| Constructor and Description |
|---|
Canonicalizer20010315Excl(boolean includeComments)
Constructor Canonicalizer20010315Excl
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
engineCanonicalize(XMLSignatureInput rootNode,
java.lang.String inclusiveNamespaces) |
byte[] |
engineCanonicalizeSubTree(org.w3c.dom.Node rootNode)
Method engineCanonicalizeSubTree
|
byte[] |
engineCanonicalizeSubTree(org.w3c.dom.Node rootNode,
java.lang.String inclusiveNamespaces)
Method engineCanonicalizeSubTree
|
byte[] |
engineCanonicalizeSubTree(org.w3c.dom.Node rootNode,
java.lang.String inclusiveNamespaces,
org.w3c.dom.Node excl)
Method engineCanonicalizeSubTree
|
byte[] |
engineCanonicalizeXPathNodeSet(java.util.Set xpathNodeSet,
java.lang.String inclusiveNamespaces)
Method engineCanonicalizeXPathNodeSet
|
engineCanonicalize, engineCanonicalizeXPathNodeSet, setWriterengineCanonicalize, engineCanonicalizeXPathNodeSet, engineCanonicalizeXPathNodeSet, engineGetIncludeComments, engineGetURIpublic Canonicalizer20010315Excl(boolean includeComments)
includeComments - public byte[] engineCanonicalizeSubTree(org.w3c.dom.Node rootNode)
throws CanonicalizationException
engineCanonicalizeSubTree in class CanonicalizerBaserootNode - CanonicalizationExceptionpublic byte[] engineCanonicalizeSubTree(org.w3c.dom.Node rootNode,
java.lang.String inclusiveNamespaces)
throws CanonicalizationException
engineCanonicalizeSubTree in class CanonicalizerSpirootNode - inclusiveNamespaces - CanonicalizationExceptionpublic byte[] engineCanonicalizeSubTree(org.w3c.dom.Node rootNode,
java.lang.String inclusiveNamespaces,
org.w3c.dom.Node excl)
throws CanonicalizationException
rootNode - inclusiveNamespaces - excl - A element to exclude from the c14n process.CanonicalizationExceptionpublic byte[] engineCanonicalize(XMLSignatureInput rootNode, java.lang.String inclusiveNamespaces) throws CanonicalizationException
rootNode - inclusiveNamespaces - CanonicalizationExceptionpublic byte[] engineCanonicalizeXPathNodeSet(java.util.Set xpathNodeSet,
java.lang.String inclusiveNamespaces)
throws CanonicalizationException
engineCanonicalizeXPathNodeSet in class CanonicalizerSpixpathNodeSet - inclusiveNamespaces - CanonicalizationException