Uses of Class
org.apache.xml.security.c14n.CanonicalizationException
-
-
Uses of CanonicalizationException in org.apache.jcp.xml.dsig.internal.dom
Constructors in org.apache.jcp.xml.dsig.internal.dom that throw CanonicalizationException Constructor Description ApacheOctetStreamData(XMLSignatureInput xi) -
Uses of CanonicalizationException in org.apache.xml.security.c14n
Methods in 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.apache.xml.security.c14n.helper
Methods in 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.apache.xml.security.c14n.implementations
Methods in 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 voidCanonicalizer20010315. circumventBugIfNeeded(XMLSignatureInput input)protected voidCanonicalizer20010315Excl. circumventBugIfNeeded(XMLSignatureInput input)(package private) abstract voidCanonicalizerBase. 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[]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 engineCanonicalizeSubTree Method engineCanonicalizeSubTree C14n a node tree.byte[]Canonicalizer20010315Excl. engineCanonicalizeSubTree(org.w3c.dom.Node rootNode, java.lang.String inclusiveNamespaces)Method engineCanonicalizeSubTree C14n a node tree.byte[]Canonicalizer20010315Excl. engineCanonicalizeSubTree(org.w3c.dom.Node rootNode, java.lang.String inclusiveNamespaces, boolean propagateDefaultNamespace)Method engineCanonicalizeSubTree C14n a node tree.byte[]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 engineCanonicalizeSubTree C14n a node tree.protected 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[]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 engineCanonicalizeXPathNodeSet C14n a nodesetbyte[]CanonicalizerBase. engineCanonicalizeXPathNodeSet(java.util.Set<org.w3c.dom.Node> xpathNodeSet)Method engineCanonicalizeXPathNodeSet C14n a nodesetbyte[]CanonicalizerPhysical. engineCanonicalizeXPathNodeSet(java.util.Set<org.w3c.dom.Node> xpathNodeSet, java.lang.String inclusiveNamespaces)Always throws a CanonicalizationException.private byte[]CanonicalizerBase. engineCanonicalizeXPathNodeSetInternal(org.w3c.dom.Node doc)protected voidCanonicalizer20010315. outputAttributes(org.w3c.dom.Element element, NameSpaceSymbTable ns, java.util.Map<java.lang.String,byte[]> cache)Output the Attr[]s for the given element.protected voidCanonicalizer20010315Excl. outputAttributes(org.w3c.dom.Element element, NameSpaceSymbTable ns, java.util.Map<java.lang.String,byte[]> cache)(package private) abstract voidCanonicalizerBase. outputAttributes(org.w3c.dom.Element element, NameSpaceSymbTable ns, java.util.Map<java.lang.String,byte[]> cache)Output the attributes for this node in XPathNodeSet c14n.protected voidCanonicalizerPhysical. outputAttributes(org.w3c.dom.Element element, NameSpaceSymbTable ns, java.util.Map<java.lang.String,byte[]> cache)protected voidCanonicalizer20010315. outputAttributesSubtree(org.w3c.dom.Element element, NameSpaceSymbTable ns, java.util.Map<java.lang.String,byte[]> cache)Output the Attr[]s for the given element.protected voidCanonicalizer20010315Excl. outputAttributesSubtree(org.w3c.dom.Element element, NameSpaceSymbTable ns, java.util.Map<java.lang.String,byte[]> cache)(package private) abstract voidCanonicalizerBase. outputAttributesSubtree(org.w3c.dom.Element element, NameSpaceSymbTable ns, java.util.Map<java.lang.String,byte[]> cache)Output the attributes for this node in a Subtree c14n.protected voidCanonicalizerPhysical. outputAttributesSubtree(org.w3c.dom.Element element, NameSpaceSymbTable ns, java.util.Map<java.lang.String,byte[]> cache)Output the Attr[]s for the given element. -
Uses of CanonicalizationException in org.apache.xml.security.keys.keyresolver.implementations
Methods in org.apache.xml.security.keys.keyresolver.implementations that throw CanonicalizationException Modifier and Type Method Description private static java.security.cert.X509CertificateRetrievalMethodResolver. getRawCertificate(XMLSignatureInput resource)private org.w3c.dom.ElementKeyInfoReferenceResolver. obtainReferenceElement(XMLSignatureInput resource)Resolve the Element effectively represented by the XML signature input source.private static org.w3c.dom.ElementRetrievalMethodResolver. obtainReferenceElement(XMLSignatureInput resource, boolean secureValidation) -
Uses of CanonicalizationException in org.apache.xml.security.signature
Methods in org.apache.xml.security.signature that throw CanonicalizationException Modifier and Type Method Description (package private) voidXMLSignatureInput. convertToNodes()byte[]XMLSignatureInput. getBytes()Returns the byte array from input which was specified as the parameter ofXMLSignatureInputconstructorbyte[]SignedInfo. getCanonicalizedOctetStream()Returns getCanonicalizedOctetStreamjava.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 ofXMLSignatureInputconstructorvoidSignedInfo. signInOctetStream(java.io.OutputStream os)Output the C14n stream to the given OutputStream.voidXMLSignatureInput. updateOutputStream(java.io.OutputStream diOs)voidXMLSignatureInput. updateOutputStream(java.io.OutputStream diOs, boolean c14n11) -
Uses of CanonicalizationException in org.apache.xml.security.transforms
Methods in 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.apache.xml.security.transforms.implementations
Methods in 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)The mega method which MUST be implemented by the Transformation Algorithm.
-