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 void
C14nHelper. assertNotRelativeNS(org.w3c.dom.Attr attr)
This method throws an exception if the Attribute value contains a relative URI.static void
C14nHelper. checkForRelativeNamespace(org.w3c.dom.Element ctxNode)
This method throws a CanonicalizationException if the supplied Element contains any relative namespaces.static void
C14nHelper. 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 void
CanonicalizerBase. canonicalizeSubTree(org.w3c.dom.Node currentNode, NameSpaceSymbTable ns, org.w3c.dom.Node endnode, int documentLevel)
Method canonicalizeSubTree, this function is a recursive one.protected void
CanonicalizerBase. 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 void
Canonicalizer20010315. circumventBugIfNeeded(XMLSignatureInput input)
protected void
Canonicalizer20010315Excl. circumventBugIfNeeded(XMLSignatureInput input)
(package private) abstract void
CanonicalizerBase. circumventBugIfNeeded(XMLSignatureInput input)
protected void
CanonicalizerPhysical. 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 void
Canonicalizer20010315. 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 void
Canonicalizer20010315Excl. outputAttributes(org.w3c.dom.Element element, NameSpaceSymbTable ns, java.util.Map<java.lang.String,byte[]> cache)
(package private) abstract void
CanonicalizerBase. 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 void
CanonicalizerPhysical. outputAttributes(org.w3c.dom.Element element, NameSpaceSymbTable ns, java.util.Map<java.lang.String,byte[]> cache)
protected void
Canonicalizer20010315. 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 void
Canonicalizer20010315Excl. outputAttributesSubtree(org.w3c.dom.Element element, NameSpaceSymbTable ns, java.util.Map<java.lang.String,byte[]> cache)
(package private) abstract void
CanonicalizerBase. 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 void
CanonicalizerPhysical. 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.X509Certificate
RetrievalMethodResolver. getRawCertificate(XMLSignatureInput resource)
private org.w3c.dom.Element
KeyInfoReferenceResolver. obtainReferenceElement(XMLSignatureInput resource)
Resolve the Element effectively represented by the XML signature input source.private static org.w3c.dom.Element
RetrievalMethodResolver. 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) void
XMLSignatureInput. convertToNodes()
byte[]
XMLSignatureInput. getBytes()
Returns the byte array from input which was specified as the parameter ofXMLSignatureInput
constructorbyte[]
SignedInfo. getCanonicalizedOctetStream()
Returns getCanonicalizedOctetStreamjava.util.Set<org.w3c.dom.Node>
XMLSignatureInput. getNodeSet()
Returns the node set from input which was specified as the parameter ofXMLSignatureInput
constructorjava.util.Set<org.w3c.dom.Node>
XMLSignatureInput. getNodeSet(boolean circumvent)
Returns the node set from input which was specified as the parameter ofXMLSignatureInput
constructorvoid
SignedInfo. signInOctetStream(java.io.OutputStream os)
Output the C14n stream to the given OutputStream.void
XMLSignatureInput. updateOutputStream(java.io.OutputStream diOs)
void
XMLSignatureInput. 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 XMLSignatureInput
TransformSpi. enginePerformTransform(XMLSignatureInput input)
The mega method which MUST be implemented by the Transformation Algorithm.protected XMLSignatureInput
TransformSpi. enginePerformTransform(XMLSignatureInput input, java.io.OutputStream os, Transform transformObject)
The mega method which MUST be implemented by the Transformation Algorithm.protected XMLSignatureInput
TransformSpi. enginePerformTransform(XMLSignatureInput input, Transform transformObject)
The mega method which MUST be implemented by the Transformation Algorithm.XMLSignatureInput
Transform. performTransform(XMLSignatureInput input)
Transforms the input, and generatesXMLSignatureInput
as output.XMLSignatureInput
Transform. performTransform(XMLSignatureInput input, java.io.OutputStream os)
Transforms the input, and generatesXMLSignatureInput
as 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 XMLSignatureInput
TransformBase64Decode. enginePerformTransform(XMLSignatureInput input, java.io.OutputStream os, Transform transformObject)
protected XMLSignatureInput
TransformBase64Decode. enginePerformTransform(XMLSignatureInput input, Transform transformObject)
Method enginePerformTransformprotected XMLSignatureInput
TransformC14N. enginePerformTransform(XMLSignatureInput input, java.io.OutputStream os, Transform transformObject)
protected XMLSignatureInput
TransformC14N11_WithComments. enginePerformTransform(XMLSignatureInput input, java.io.OutputStream os, Transform transform)
protected XMLSignatureInput
TransformC14N11. enginePerformTransform(XMLSignatureInput input, java.io.OutputStream os, Transform transform)
protected XMLSignatureInput
TransformC14NExclusive. enginePerformTransform(XMLSignatureInput input, java.io.OutputStream os, Transform transformObject)
protected XMLSignatureInput
TransformC14NExclusiveWithComments. enginePerformTransform(XMLSignatureInput input, java.io.OutputStream os, Transform transformObject)
protected XMLSignatureInput
TransformC14NWithComments. enginePerformTransform(XMLSignatureInput input, java.io.OutputStream os, Transform transformObject)
The mega method which MUST be implemented by the Transformation Algorithm.
-