Package | Description |
---|---|
org.apache.xml.security.c14n |
Canonicalization related material and algorithms.
|
org.apache.xml.security.c14n.helper |
helper classes for canonicalization.
|
org.apache.xml.security.c14n.implementations |
canonicalization implementations.
|
org.apache.xml.security.signature |
XML Signature specific classes.
|
org.apache.xml.security.transforms |
the framework for XML Signature transforms.
|
org.apache.xml.security.transforms.implementations |
implementations of XML Signature transforms.
|
org.jcp.xml.dsig.internal.dom |
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.engineCanonicalize(XMLSignatureInput input)
Canonicalizes a Subtree node.
|
byte[] |
Canonicalizer20010315Excl.engineCanonicalize(XMLSignatureInput rootNode,
java.lang.String inclusiveNamespaces) |
byte[] |
Canonicalizer20010315Excl.engineCanonicalizeSubTree(org.w3c.dom.Node rootNode)
Method engineCanonicalizeSubTree
|
byte[] |
CanonicalizerBase.engineCanonicalizeSubTree(org.w3c.dom.Node rootNode)
Method engineCanonicalizeSubTree
|
byte[] |
Canonicalizer11.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)
Always throws a CanonicalizationException because this is inclusive c14n.
|
byte[] |
Canonicalizer20010315Excl.engineCanonicalizeSubTree(org.w3c.dom.Node rootNode,
java.lang.String inclusiveNamespaces)
Method engineCanonicalizeSubTree
|
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
|
byte[] |
Canonicalizer11.engineCanonicalizeXPathNodeSet(java.util.Set xpathNodeSet,
java.lang.String inclusiveNamespaces)
Always throws a CanonicalizationException because this is inclusive c14n.
|
byte[] |
Canonicalizer20010315.engineCanonicalizeXPathNodeSet(java.util.Set xpathNodeSet,
java.lang.String inclusiveNamespaces)
Always throws a CanonicalizationException because this is inclusive c14n.
|
byte[] |
Canonicalizer20010315Excl.engineCanonicalizeXPathNodeSet(java.util.Set xpathNodeSet,
java.lang.String inclusiveNamespaces)
Method engineCanonicalizeXPathNodeSet
|
Modifier and Type | Method and Description |
---|---|
byte[] |
XMLSignatureInput.getBytes()
Returns the byte array from input which was specified as the parameter of
XMLSignatureInput constructor |
byte[] |
SignedInfo.getCanonicalizedOctetStream()
Returns getCanonicalizedOctetStream
|
java.util.Set |
XMLSignatureInput.getNodeSet()
Returns the node set from input which was specified as the parameter of
XMLSignatureInput constructor |
java.util.Set |
XMLSignatureInput.getNodeSet(boolean circumvent)
Returns the node set from input which was specified as the parameter of
XMLSignatureInput constructor |
void |
SignedInfo.signInOctectStream(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) |
Modifier and Type | Method and Description |
---|---|
protected XMLSignatureInput |
TransformSpi.enginePerformTransform(XMLSignatureInput input)
Deprecated.
|
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 generates
XMLSignatureInput as output. |
XMLSignatureInput |
Transform.performTransform(XMLSignatureInput input,
java.io.OutputStream os)
Transforms the input, and generates
XMLSignatureInput as output. |
Modifier and Type | Method and Description |
---|---|
protected XMLSignatureInput |
TransformC14NWithComments.enginePerformTransform(XMLSignatureInput input,
java.io.OutputStream os,
Transform _transformObject) |
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 |
TransformC14N11.enginePerformTransform(XMLSignatureInput input,
java.io.OutputStream os,
Transform transform) |
protected XMLSignatureInput |
TransformBase64Decode.enginePerformTransform(XMLSignatureInput input,
java.io.OutputStream os,
Transform _transformObject) |
protected XMLSignatureInput |
TransformC14N11_WithComments.enginePerformTransform(XMLSignatureInput input,
java.io.OutputStream os,
Transform transform) |
protected XMLSignatureInput |
TransformC14N.enginePerformTransform(XMLSignatureInput input,
java.io.OutputStream os,
Transform _transformObject) |
protected XMLSignatureInput |
TransformC14NWithComments.enginePerformTransform(XMLSignatureInput input,
Transform _transformObject) |
protected XMLSignatureInput |
TransformC14NExclusive.enginePerformTransform(XMLSignatureInput input,
Transform _transformObject)
Method enginePerformTransform
|
protected XMLSignatureInput |
TransformC14NExclusiveWithComments.enginePerformTransform(XMLSignatureInput input,
Transform _transformObject) |
protected XMLSignatureInput |
TransformC14N11.enginePerformTransform(XMLSignatureInput input,
Transform transform) |
protected XMLSignatureInput |
TransformBase64Decode.enginePerformTransform(XMLSignatureInput input,
Transform _transformObject)
Method enginePerformTransform
|
protected XMLSignatureInput |
TransformC14N11_WithComments.enginePerformTransform(XMLSignatureInput input,
Transform transform) |
protected XMLSignatureInput |
TransformC14N.enginePerformTransform(XMLSignatureInput input,
Transform _transformObject) |
Constructor and Description |
---|
ApacheOctetStreamData(XMLSignatureInput xi) |
Copyright © 2000-2015 The Apache Software Foundation. All Rights Reserved.