| Package | Description |
|---|---|
| tr.gov.tubitak.uekae.esya.api.xmlsignature.c14n |
Canonicalization related material and algorithms.
|
| tr.gov.tubitak.uekae.esya.api.xmlsignature.c14n.helper |
helper classes for canonicalization.
|
| tr.gov.tubitak.uekae.esya.api.xmlsignature.c14n.implementations |
canonicalization implementations.
|
| Modifier and Type | Method and 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 by
node. |
byte[] |
Canonicalizer.canonicalizeSubtree(org.w3c.dom.Node node,
java.lang.String inclusiveNamespaces)
Canonicalizes the subtree rooted by
node. |
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[] |
Canonicalizer.canonicalizeXPathNodeSet(java.util.Set xpathNodeSet)
Canonicalizes an XPath node set.
|
byte[] |
Canonicalizer.canonicalizeXPathNodeSet(java.util.Set xpathNodeSet,
java.lang.String inclusiveNamespaces)
Canonicalizes an XPath node set.
|
byte[] |
CanonicalizerSpi.engineCanonicalize(byte[] inputBytes)
Method canonicalize
|
abstract 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.
|
byte[] |
CanonicalizerSpi.engineCanonicalizeXPathNodeSet(org.w3c.dom.NodeList xpathNodeSet)
Method engineCanonicalizeXPathNodeSet
|
byte[] |
CanonicalizerSpi.engineCanonicalizeXPathNodeSet(org.w3c.dom.NodeList xpathNodeSet,
java.lang.String inclusiveNamespaces)
Method engineCanonicalizeXPathNodeSet
|
abstract byte[] |
CanonicalizerSpi.engineCanonicalizeXPathNodeSet(java.util.Set xpathNodeSet)
C14n a nodeset
|
abstract byte[] |
CanonicalizerSpi.engineCanonicalizeXPathNodeSet(java.util.Set xpathNodeSet,
java.lang.String inclusiveNamespaces)
C14n a nodeset
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
CanonicalizerBase.engineCanonicalizeSubTree(org.w3c.dom.Node rootNode)
Method engineCanonicalizeSubTree
C14n a node tree.
|
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[] |
Canonicalizer20010315.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)
Always throws a CanonicalizationException because this is inclusive c14n.
|
byte[] |
Canonicalizer20010315Excl.engineCanonicalizeSubTree(org.w3c.dom.Node rootNode,
java.lang.String inclusiveNamespaces,
org.w3c.dom.Node excl)
Method engineCanonicalizeSubTree
|
byte[] |
CanonicalizerBase.engineCanonicalizeXPathNodeSet(java.util.Set xpathNodeSet)
Method engineCanonicalizeXPathNodeSet
C14n a nodeset
|
byte[] |
Canonicalizer20010315Excl.engineCanonicalizeXPathNodeSet(java.util.Set xpathNodeSet,
java.lang.String inclusiveNamespaces)
Method engineCanonicalizeXPathNodeSet
C14n a nodeset
|
byte[] |
Canonicalizer20010315.engineCanonicalizeXPathNodeSet(java.util.Set xpathNodeSet,
java.lang.String inclusiveNamespaces)
Always throws a CanonicalizationException because this is inclusive c14n.
|
byte[] |
Canonicalizer11.engineCanonicalizeXPathNodeSet(java.util.Set xpathNodeSet,
java.lang.String inclusiveNamespaces)
Always throws a CanonicalizationException because this is inclusive c14n.
|
Copyright © 2025. All rights reserved.