Uses of Class
org.apache.xml.security.c14n.CanonicalizationException
Packages that use CanonicalizationException
Package
Description
-
Uses of CanonicalizationException in org.apache.jcp.xml.dsig.internal.dom
Constructors in org.apache.jcp.xml.dsig.internal.dom that throw CanonicalizationException -
Uses of CanonicalizationException in org.apache.xml.security.c14n
Methods in org.apache.xml.security.c14n that throw CanonicalizationExceptionModifier and TypeMethodDescriptionbyte[]Canonicalizer.canonicalize(byte[] inputBytes) This method tries to canonicalize the given bytes.byte[]Canonicalizer.canonicalizeSubtree(Node node) Canonicalizes the subtree rooted bynode.byte[]Canonicalizer.canonicalizeSubtree(Node node, String inclusiveNamespaces) Canonicalizes the subtree rooted bynode.byte[]Canonicalizer.canonicalizeSubtree(Node node, String inclusiveNamespaces, boolean propagateDefaultNamespace) Canonicalizes the subtree rooted bynode.byte[]Canonicalizer.canonicalizeXPathNodeSet(Set<Node> xpathNodeSet) Canonicalizes an XPath node set.byte[]Canonicalizer.canonicalizeXPathNodeSet(Set<Node> xpathNodeSet, String inclusiveNamespaces) Canonicalizes an XPath node set.byte[]Canonicalizer.canonicalizeXPathNodeSet(NodeList xpathNodeSet) Canonicalizes an XPath node set.byte[]Canonicalizer.canonicalizeXPathNodeSet(NodeList xpathNodeSet, String inclusiveNamespaces) Canonicalizes an XPath node set.byte[]CanonicalizerSpi.engineCanonicalize(byte[] inputBytes) Method canonicalizeabstract byte[]CanonicalizerSpi.engineCanonicalizeSubTree(Node rootNode) C14n a node tree.abstract byte[]CanonicalizerSpi.engineCanonicalizeSubTree(Node rootNode, String inclusiveNamespaces) C14n a node tree.abstract byte[]CanonicalizerSpi.engineCanonicalizeSubTree(Node rootNode, String inclusiveNamespaces, boolean propagateDefaultNamespace) C14n a node tree.abstract byte[]CanonicalizerSpi.engineCanonicalizeXPathNodeSet(Set<Node> xpathNodeSet) C14n a nodesetabstract byte[]CanonicalizerSpi.engineCanonicalizeXPathNodeSet(Set<Node> xpathNodeSet, String inclusiveNamespaces) C14n a nodesetbyte[]CanonicalizerSpi.engineCanonicalizeXPathNodeSet(NodeList xpathNodeSet) Method engineCanonicalizeXPathNodeSetbyte[]CanonicalizerSpi.engineCanonicalizeXPathNodeSet(NodeList xpathNodeSet, String inclusiveNamespaces) Method engineCanonicalizeXPathNodeSet -
Uses of CanonicalizationException in org.apache.xml.security.c14n.helper
Methods in org.apache.xml.security.c14n.helper that throw CanonicalizationExceptionModifier and TypeMethodDescriptionstatic voidC14nHelper.assertNotRelativeNS(Attr attr) This method throws an exception if the Attribute value contains a relative URI.static voidC14nHelper.checkForRelativeNamespace(Element ctxNode) This method throws a CanonicalizationException if the supplied Element contains any relative namespaces.static voidC14nHelper.checkTraversability(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.apache.xml.security.c14n.implementations
Methods in org.apache.xml.security.c14n.implementations that throw CanonicalizationExceptionModifier and TypeMethodDescriptionprotected final voidCanonicalizerBase.canonicalizeSubTree(Node currentNode, NameSpaceSymbTable ns, Node endnode, int documentLevel) Method canonicalizeSubTree, this function is a recursive one.protected final voidCanonicalizerBase.canonicalizeXPathNodeSet(Node currentNode, Node endnode) Canonicalizes all the nodes included in the currentNode and contained in the xpathNodeSet field.protected voidCanonicalizer20010315.circumventBugIfNeeded(XMLSignatureInput input) protected voidCanonicalizer20010315Excl.circumventBugIfNeeded(XMLSignatureInput input) protected voidCanonicalizerPhysical.circumventBugIfNeeded(XMLSignatureInput input) byte[]Canonicalizer20010315Excl.engineCanonicalize(XMLSignatureInput rootNode, String inclusiveNamespaces) byte[]CanonicalizerBase.engineCanonicalize(XMLSignatureInput input) Canonicalizes a Subtree node.byte[]Canonicalizer20010315.engineCanonicalizeSubTree(Node rootNode, String inclusiveNamespaces) Always throws a CanonicalizationException because this is inclusive c14n.byte[]Canonicalizer20010315.engineCanonicalizeSubTree(Node rootNode, String inclusiveNamespaces, boolean propagateDefaultNamespace) Always throws a CanonicalizationException because this is inclusive c14n.byte[]Canonicalizer20010315Excl.engineCanonicalizeSubTree(Node rootNode) Method engineCanonicalizeSubTree Method engineCanonicalizeSubTree C14n a node tree.byte[]Canonicalizer20010315Excl.engineCanonicalizeSubTree(Node rootNode, String inclusiveNamespaces) Method engineCanonicalizeSubTree C14n a node tree.byte[]Canonicalizer20010315Excl.engineCanonicalizeSubTree(Node rootNode, String inclusiveNamespaces, boolean propagateDefaultNamespace) Method engineCanonicalizeSubTree C14n a node tree.byte[]Canonicalizer20010315Excl.engineCanonicalizeSubTree(Node rootNode, String inclusiveNamespaces, Node excl) Method engineCanonicalizeSubTreebyte[]CanonicalizerBase.engineCanonicalizeSubTree(Node rootNode) Method engineCanonicalizeSubTree C14n a node tree.protected byte[]CanonicalizerBase.engineCanonicalizeSubTree(Node rootNode, Node excludeNode) Canonicalizes a Subtree node.byte[]CanonicalizerPhysical.engineCanonicalizeSubTree(Node rootNode, String inclusiveNamespaces) Always throws a CanonicalizationException.byte[]CanonicalizerPhysical.engineCanonicalizeSubTree(Node rootNode, String inclusiveNamespaces, boolean propagateDefaultNamespace) Always throws a CanonicalizationException.byte[]Canonicalizer20010315.engineCanonicalizeXPathNodeSet(Set<Node> xpathNodeSet, String inclusiveNamespaces) Always throws a CanonicalizationException because this is inclusive c14n.byte[]Canonicalizer20010315Excl.engineCanonicalizeXPathNodeSet(Set<Node> xpathNodeSet, String inclusiveNamespaces) Method engineCanonicalizeXPathNodeSet C14n a nodesetbyte[]CanonicalizerBase.engineCanonicalizeXPathNodeSet(Set<Node> xpathNodeSet) Method engineCanonicalizeXPathNodeSet C14n a nodesetbyte[]CanonicalizerPhysical.engineCanonicalizeXPathNodeSet(Set<Node> xpathNodeSet, String inclusiveNamespaces) Always throws a CanonicalizationException.protected voidCanonicalizer20010315.outputAttributes(Element element, NameSpaceSymbTable ns, Map<String, byte[]> cache) Output the Attr[]s for the given element.protected voidCanonicalizer20010315Excl.outputAttributes(Element element, NameSpaceSymbTable ns, Map<String, byte[]> cache) protected voidCanonicalizerPhysical.outputAttributes(Element element, NameSpaceSymbTable ns, Map<String, byte[]> cache) protected voidCanonicalizer20010315.outputAttributesSubtree(Element element, NameSpaceSymbTable ns, Map<String, byte[]> cache) Output the Attr[]s for the given element.protected voidCanonicalizer20010315Excl.outputAttributesSubtree(Element element, NameSpaceSymbTable ns, Map<String, byte[]> cache) protected voidCanonicalizerPhysical.outputAttributesSubtree(Element element, NameSpaceSymbTable ns, Map<String, byte[]> cache) Output the Attr[]s for the given element. -
Uses of CanonicalizationException in org.apache.xml.security.signature
Methods in org.apache.xml.security.signature that throw CanonicalizationExceptionModifier and TypeMethodDescriptionbyte[]XMLSignatureInput.getBytes()Returns the byte array from input which was specified as the parameter ofXMLSignatureInputconstructorbyte[]SignedInfo.getCanonicalizedOctetStream()Returns getCanonicalizedOctetStreamXMLSignatureInput.getNodeSet()Returns the node set from input which was specified as the parameter ofXMLSignatureInputconstructorXMLSignatureInput.getNodeSet(boolean circumvent) Returns the node set from input which was specified as the parameter ofXMLSignatureInputconstructorvoidSignedInfo.signInOctetStream(OutputStream os) Output the C14n stream to the given OutputStream.voidXMLSignatureInput.updateOutputStream(OutputStream diOs) voidXMLSignatureInput.updateOutputStream(OutputStream diOs, boolean c14n11) -
Uses of CanonicalizationException in org.apache.xml.security.transforms
Methods in org.apache.xml.security.transforms that throw CanonicalizationExceptionModifier and TypeMethodDescriptionprotected XMLSignatureInputTransformSpi.enginePerformTransform(XMLSignatureInput input) The mega method which MUST be implemented by the Transformation Algorithm.protected XMLSignatureInputTransformSpi.enginePerformTransform(XMLSignatureInput input, 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.Transform.performTransform(XMLSignatureInput input) Transforms the input, and generatesXMLSignatureInputas output.Transform.performTransform(XMLSignatureInput input, OutputStream os) Transforms the input, and generatesXMLSignatureInputas output. -
Uses of CanonicalizationException in org.apache.xml.security.transforms.implementations
Methods in org.apache.xml.security.transforms.implementations that throw CanonicalizationExceptionModifier and TypeMethodDescriptionprotected XMLSignatureInputTransformBase64Decode.enginePerformTransform(XMLSignatureInput input, OutputStream os, Transform transformObject) protected XMLSignatureInputTransformBase64Decode.enginePerformTransform(XMLSignatureInput input, Transform transformObject) Method enginePerformTransformprotected XMLSignatureInputTransformC14N.enginePerformTransform(XMLSignatureInput input, OutputStream os, Transform transformObject) protected XMLSignatureInputTransformC14N11_WithComments.enginePerformTransform(XMLSignatureInput input, OutputStream os, Transform transform) protected XMLSignatureInputTransformC14N11.enginePerformTransform(XMLSignatureInput input, OutputStream os, Transform transform) protected XMLSignatureInputTransformC14NExclusive.enginePerformTransform(XMLSignatureInput input, OutputStream os, Transform transformObject) protected XMLSignatureInputTransformC14NExclusiveWithComments.enginePerformTransform(XMLSignatureInput input, OutputStream os, Transform transformObject) protected XMLSignatureInputTransformC14NWithComments.enginePerformTransform(XMLSignatureInput input, OutputStream os, Transform transformObject) The mega method which MUST be implemented by the Transformation Algorithm.