Uses of Class
org.docx4j.org.apache.xml.security.c14n.CanonicalizationException
-
Uses of CanonicalizationException in org.docx4j
Methods in org.docx4j that throw CanonicalizationException Modifier and Type Method Description static byte[]XmlUtils. trimNamespaces(org.w3c.dom.Document doc, java.lang.String ignorables)Removes superflouous namespaces. -
Uses of CanonicalizationException in org.docx4j.org.apache.xml.security.c14n
Methods in org.docx4j.org.apache.xml.security.c14n that throw CanonicalizationException Modifier and Type Method Description byte[]Canonicalizer. canonicalize(byte[] inputBytes)This method tries to canonicalize the given bytes.byte[]Canonicalizer. canonicalizeSubtree(org.w3c.dom.Node node)Canonicalizes the subtree rooted bynode.byte[]Canonicalizer. canonicalizeSubtree(org.w3c.dom.Node node, java.lang.String inclusiveNamespaces)Canonicalizes the subtree rooted bynode.byte[]Canonicalizer. canonicalizeSubtree(org.w3c.dom.Node node, java.lang.String inclusiveNamespaces, boolean propagateDefaultNamespace)Canonicalizes the subtree rooted bynode.byte[]Canonicalizer. canonicalizeXPathNodeSet(java.util.Set<org.w3c.dom.Node> xpathNodeSet)Canonicalizes an XPath node set.byte[]Canonicalizer. canonicalizeXPathNodeSet(java.util.Set<org.w3c.dom.Node> xpathNodeSet, java.lang.String inclusiveNamespaces)Canonicalizes an XPath node set.byte[]Canonicalizer. canonicalizeXPathNodeSet(org.w3c.dom.NodeList xpathNodeSet)Canonicalizes an XPath node set.byte[]Canonicalizer. canonicalizeXPathNodeSet(org.w3c.dom.NodeList xpathNodeSet, java.lang.String inclusiveNamespaces)Canonicalizes an XPath node set.byte[]CanonicalizerSpi. engineCanonicalize(byte[] inputBytes)Method canonicalizeabstract byte[]CanonicalizerSpi. engineCanonicalizeSubTree(org.w3c.dom.Node rootNode)C14n a node tree.abstract byte[]CanonicalizerSpi. engineCanonicalizeSubTree(org.w3c.dom.Node rootNode, java.lang.String inclusiveNamespaces)C14n a node tree.abstract byte[]CanonicalizerSpi. engineCanonicalizeSubTree(org.w3c.dom.Node rootNode, java.lang.String inclusiveNamespaces, boolean propagateDefaultNamespace)C14n a node tree.abstract byte[]CanonicalizerSpi. engineCanonicalizeXPathNodeSet(java.util.Set<org.w3c.dom.Node> xpathNodeSet)C14n a nodesetabstract byte[]CanonicalizerSpi. engineCanonicalizeXPathNodeSet(java.util.Set<org.w3c.dom.Node> xpathNodeSet, java.lang.String inclusiveNamespaces)C14n a nodesetbyte[]CanonicalizerSpi. engineCanonicalizeXPathNodeSet(org.w3c.dom.NodeList xpathNodeSet)Method engineCanonicalizeXPathNodeSetbyte[]CanonicalizerSpi. engineCanonicalizeXPathNodeSet(org.w3c.dom.NodeList xpathNodeSet, java.lang.String inclusiveNamespaces)Method engineCanonicalizeXPathNodeSet -
Uses of CanonicalizationException in org.docx4j.org.apache.xml.security.c14n.helper
Methods in org.docx4j.org.apache.xml.security.c14n.helper that throw CanonicalizationException Modifier and Type Method Description static voidC14nHelper. assertNotRelativeNS(org.w3c.dom.Attr attr)This method throws an exception if the Attribute value contains a relative URI.static voidC14nHelper. checkForRelativeNamespace(org.w3c.dom.Element ctxNode)This method throws a CanonicalizationException if the supplied Element contains any relative namespaces.static voidC14nHelper. checkTraversability(org.w3c.dom.Document document)This method throws a CanonicalizationException if the supplied Document is not able to be traversed using a TreeWalker. -
Uses of CanonicalizationException in org.docx4j.org.apache.xml.security.c14n.implementations
Methods in org.docx4j.org.apache.xml.security.c14n.implementations that throw CanonicalizationException Modifier and Type Method Description protected voidCanonicalizerBase. canonicalizeSubTree(org.w3c.dom.Node currentNode, NameSpaceSymbTable ns, org.w3c.dom.Node endnode, int documentLevel)Method canonicalizeSubTree, this function is a recursive one.protected voidCanonicalizerBase. canonicalizeXPathNodeSet(org.w3c.dom.Node currentNode, org.w3c.dom.Node endnode)Canonicalizes all the nodes included in the currentNode and contained in the xpathNodeSet field.protected voidCanonicalizer11. circumventBugIfNeeded(XMLSignatureInput input)protected voidCanonicalizer20010315. circumventBugIfNeeded(XMLSignatureInput input)protected voidCanonicalizer20010315Excl. circumventBugIfNeeded(XMLSignatureInput input)protected voidCanonicalizerPhysical. circumventBugIfNeeded(XMLSignatureInput input)byte[]Canonicalizer20010315Excl. engineCanonicalize(XMLSignatureInput rootNode, java.lang.String inclusiveNamespaces)byte[]CanonicalizerBase. engineCanonicalize(XMLSignatureInput input)Canonicalizes a Subtree node.byte[]Canonicalizer11. engineCanonicalizeSubTree(org.w3c.dom.Node rootNode, java.lang.String inclusiveNamespaces)Always throws a CanonicalizationException because this is inclusive c14n.byte[]Canonicalizer11. engineCanonicalizeSubTree(org.w3c.dom.Node rootNode, java.lang.String inclusiveNamespaces, boolean propagateDefaultNamespace)Always throws a CanonicalizationException because this is inclusive c14n.byte[]Canonicalizer20010315. engineCanonicalizeSubTree(org.w3c.dom.Node rootNode, java.lang.String inclusiveNamespaces)Always throws a CanonicalizationException because this is inclusive c14n.byte[]Canonicalizer20010315. engineCanonicalizeSubTree(org.w3c.dom.Node rootNode, java.lang.String inclusiveNamespaces, boolean propagateDefaultNamespace)Always throws a CanonicalizationException because this is inclusive c14n.byte[]Canonicalizer20010315Excl. engineCanonicalizeSubTree(org.w3c.dom.Node rootNode)Method engineCanonicalizeSubTreebyte[]Canonicalizer20010315Excl. engineCanonicalizeSubTree(org.w3c.dom.Node rootNode, java.lang.String inclusiveNamespaces)Method engineCanonicalizeSubTreebyte[]Canonicalizer20010315Excl. engineCanonicalizeSubTree(org.w3c.dom.Node rootNode, java.lang.String inclusiveNamespaces, boolean propagateDefaultNamespace)Method engineCanonicalizeSubTreebyte[]Canonicalizer20010315Excl. engineCanonicalizeSubTree(org.w3c.dom.Node rootNode, java.lang.String inclusiveNamespaces, org.w3c.dom.Node excl)Method engineCanonicalizeSubTreebyte[]CanonicalizerBase. engineCanonicalizeSubTree(org.w3c.dom.Node rootNode)Method engineCanonicalizeSubTreeprotected byte[]CanonicalizerBase. engineCanonicalizeSubTree(org.w3c.dom.Node rootNode, org.w3c.dom.Node excludeNode)Canonicalizes a Subtree node.byte[]CanonicalizerPhysical. engineCanonicalizeSubTree(org.w3c.dom.Node rootNode, java.lang.String inclusiveNamespaces)Always throws a CanonicalizationException.byte[]CanonicalizerPhysical. engineCanonicalizeSubTree(org.w3c.dom.Node rootNode, java.lang.String inclusiveNamespaces, boolean propagateDefaultNamespace)Always throws a CanonicalizationException.byte[]Canonicalizer11. engineCanonicalizeXPathNodeSet(java.util.Set<org.w3c.dom.Node> xpathNodeSet, java.lang.String inclusiveNamespaces)Always throws a CanonicalizationException because this is inclusive c14n.byte[]Canonicalizer20010315. engineCanonicalizeXPathNodeSet(java.util.Set<org.w3c.dom.Node> xpathNodeSet, java.lang.String inclusiveNamespaces)Always throws a CanonicalizationException because this is inclusive c14n.byte[]Canonicalizer20010315Excl. engineCanonicalizeXPathNodeSet(java.util.Set<org.w3c.dom.Node> xpathNodeSet, java.lang.String inclusiveNamespaces)Method engineCanonicalizeXPathNodeSetbyte[]CanonicalizerBase. engineCanonicalizeXPathNodeSet(java.util.Set<org.w3c.dom.Node> xpathNodeSet)Method engineCanonicalizeXPathNodeSetbyte[]CanonicalizerPhysical. engineCanonicalizeXPathNodeSet(java.util.Set<org.w3c.dom.Node> xpathNodeSet, java.lang.String inclusiveNamespaces)Always throws a CanonicalizationException.protected java.util.Iterator<org.w3c.dom.Attr>Canonicalizer11. handleAttributes(org.w3c.dom.Element element, NameSpaceSymbTable ns)Returns the Attr[]s to be output for the given element.protected java.util.Iterator<org.w3c.dom.Attr>Canonicalizer20010315. handleAttributes(org.w3c.dom.Element element, NameSpaceSymbTable ns)Returns the Attr[]s to be output for the given element.protected java.util.Iterator<org.w3c.dom.Attr>Canonicalizer20010315Excl. handleAttributes(org.w3c.dom.Element element, NameSpaceSymbTable ns)protected java.util.Iterator<org.w3c.dom.Attr>CanonicalizerPhysical. handleAttributes(org.w3c.dom.Element element, NameSpaceSymbTable ns)Returns the Attr[]s to be output for the given element.protected java.util.Iterator<org.w3c.dom.Attr>Canonicalizer11. handleAttributesSubtree(org.w3c.dom.Element element, NameSpaceSymbTable ns)Returns the Attr[]s to be output for the given element.protected java.util.Iterator<org.w3c.dom.Attr>Canonicalizer20010315. handleAttributesSubtree(org.w3c.dom.Element element, NameSpaceSymbTable ns)Returns the Attr[]s to be output for the given element.protected java.util.Iterator<org.w3c.dom.Attr>Canonicalizer20010315Excl. handleAttributesSubtree(org.w3c.dom.Element element, NameSpaceSymbTable ns)protected java.util.Iterator<org.w3c.dom.Attr>CanonicalizerPhysical. handleAttributesSubtree(org.w3c.dom.Element element, NameSpaceSymbTable ns)Returns the Attr[]s to be output for the given element. -
Uses of CanonicalizationException in org.docx4j.org.apache.xml.security.signature
Methods in org.docx4j.org.apache.xml.security.signature that throw CanonicalizationException Modifier and Type Method Description byte[]XMLSignatureInput. getBytes()Returns the byte array from input which was specified as the parameter ofXMLSignatureInputconstructorjava.util.Set<org.w3c.dom.Node>XMLSignatureInput. getNodeSet()Returns the node set from input which was specified as the parameter ofXMLSignatureInputconstructorjava.util.Set<org.w3c.dom.Node>XMLSignatureInput. getNodeSet(boolean circumvent)Returns the node set from input which was specified as the parameter ofXMLSignatureInputconstructorvoidXMLSignatureInput. updateOutputStream(java.io.OutputStream diOs)voidXMLSignatureInput. updateOutputStream(java.io.OutputStream diOs, boolean c14n11) -
Uses of CanonicalizationException in org.docx4j.org.apache.xml.security.transforms
Methods in org.docx4j.org.apache.xml.security.transforms that throw CanonicalizationException Modifier and Type Method Description protected XMLSignatureInputTransformSpi. enginePerformTransform(XMLSignatureInput input)The mega method which MUST be implemented by the Transformation Algorithm.protected XMLSignatureInputTransformSpi. enginePerformTransform(XMLSignatureInput input, java.io.OutputStream os, Transform transformObject)The mega method which MUST be implemented by the Transformation Algorithm.protected XMLSignatureInputTransformSpi. enginePerformTransform(XMLSignatureInput input, Transform transformObject)The mega method which MUST be implemented by the Transformation Algorithm.XMLSignatureInputTransform. performTransform(XMLSignatureInput input)Transforms the input, and generatesXMLSignatureInputas output.XMLSignatureInputTransform. performTransform(XMLSignatureInput input, java.io.OutputStream os)Transforms the input, and generatesXMLSignatureInputas output. -
Uses of CanonicalizationException in org.docx4j.org.apache.xml.security.transforms.implementations
Methods in org.docx4j.org.apache.xml.security.transforms.implementations that throw CanonicalizationException Modifier and Type Method Description protected XMLSignatureInputTransformBase64Decode. enginePerformTransform(XMLSignatureInput input, java.io.OutputStream os, Transform transformObject)protected XMLSignatureInputTransformBase64Decode. enginePerformTransform(XMLSignatureInput input, Transform transformObject)Method enginePerformTransformprotected XMLSignatureInputTransformC14N. enginePerformTransform(XMLSignatureInput input, java.io.OutputStream os, Transform transformObject)protected XMLSignatureInputTransformC14N11_WithComments. enginePerformTransform(XMLSignatureInput input, java.io.OutputStream os, Transform transform)protected XMLSignatureInputTransformC14N11. enginePerformTransform(XMLSignatureInput input, java.io.OutputStream os, Transform transform)protected XMLSignatureInputTransformC14NExclusive. enginePerformTransform(XMLSignatureInput input, java.io.OutputStream os, Transform transformObject)protected XMLSignatureInputTransformC14NExclusiveWithComments. enginePerformTransform(XMLSignatureInput input, java.io.OutputStream os, Transform transformObject)protected XMLSignatureInputTransformC14NWithComments. enginePerformTransform(XMLSignatureInput input, java.io.OutputStream os, Transform transformObject)