Modifier and Type | Method and Description |
---|---|
void |
Canonicalizer.canonicalize(byte[] inputBytes,
OutputStream writer,
boolean secureValidation)
This method tries to canonicalize the given bytes.
|
void |
Canonicalizer.canonicalizeSubtree(Node node,
OutputStream writer)
Canonicalizes the subtree rooted by
node . |
void |
Canonicalizer.canonicalizeSubtree(Node node,
String inclusiveNamespaces,
boolean propagateDefaultNamespace,
OutputStream writer)
Canonicalizes the subtree rooted by
node . |
void |
Canonicalizer.canonicalizeSubtree(Node node,
String inclusiveNamespaces,
OutputStream writer)
Canonicalizes the subtree rooted by
node . |
void |
Canonicalizer.canonicalizeXPathNodeSet(Set<Node> xpathNodeSet,
OutputStream writer)
Canonicalizes an XPath node set.
|
void |
Canonicalizer.canonicalizeXPathNodeSet(Set<Node> xpathNodeSet,
String inclusiveNamespaces,
OutputStream writer)
Canonicalizes an XPath node set.
|
void |
CanonicalizerSpi.engineCanonicalize(byte[] inputBytes,
OutputStream writer,
boolean secureValidation)
Method canonicalize
|
abstract void |
CanonicalizerSpi.engineCanonicalizeSubTree(Node rootNode,
OutputStream writer)
C14n a node tree.
|
abstract void |
CanonicalizerSpi.engineCanonicalizeSubTree(Node rootNode,
String inclusiveNamespaces,
boolean propagateDefaultNamespace,
OutputStream writer)
C14n a node tree.
|
abstract void |
CanonicalizerSpi.engineCanonicalizeSubTree(Node rootNode,
String inclusiveNamespaces,
OutputStream writer)
C14n a node tree.
|
abstract void |
CanonicalizerSpi.engineCanonicalizeXPathNodeSet(Set<Node> xpathNodeSet,
OutputStream writer)
C14n a nodeset
|
abstract void |
CanonicalizerSpi.engineCanonicalizeXPathNodeSet(Set<Node> xpathNodeSet,
String inclusiveNamespaces,
OutputStream writer)
C14n a nodeset
|
Modifier and Type | Method and Description |
---|---|
void |
CanonicalizerBase.engineCanonicalize(XMLSignatureInput input,
OutputStream writer,
boolean secureValidation)
Canonicalizes a Subtree node.
|
void |
Canonicalizer20010315Excl.engineCanonicalize(XMLSignatureInput rootNode,
String inclusiveNamespaces,
OutputStream writer,
boolean secureValidation) |
protected void |
CanonicalizerBase.engineCanonicalizeSubTree(Node rootNode,
Node excludeNode,
OutputStream writer)
Canonicalizes a Subtree node.
|
void |
Canonicalizer20010315Excl.engineCanonicalizeSubTree(Node rootNode,
OutputStream writer)
Method engineCanonicalizeSubTree
Method engineCanonicalizeSubTree
C14n a node tree.
|
void |
CanonicalizerBase.engineCanonicalizeSubTree(Node rootNode,
OutputStream writer)
Method engineCanonicalizeSubTree
C14n a node tree.
|
void |
Canonicalizer20010315Excl.engineCanonicalizeSubTree(Node rootNode,
String inclusiveNamespaces,
boolean propagateDefaultNamespace,
OutputStream writer)
Method engineCanonicalizeSubTree
C14n a node tree.
|
void |
Canonicalizer20010315.engineCanonicalizeSubTree(Node rootNode,
String inclusiveNamespaces,
boolean propagateDefaultNamespace,
OutputStream writer)
Always throws a CanonicalizationException because this is inclusive c14n.
|
void |
CanonicalizerPhysical.engineCanonicalizeSubTree(Node rootNode,
String inclusiveNamespaces,
boolean propagateDefaultNamespace,
OutputStream writer)
Always throws a CanonicalizationException.
|
void |
Canonicalizer20010315Excl.engineCanonicalizeSubTree(Node rootNode,
String inclusiveNamespaces,
Node excl,
OutputStream writer)
Method engineCanonicalizeSubTree
|
void |
Canonicalizer20010315Excl.engineCanonicalizeSubTree(Node rootNode,
String inclusiveNamespaces,
OutputStream writer)
Method engineCanonicalizeSubTree
C14n a node tree.
|
void |
Canonicalizer20010315.engineCanonicalizeSubTree(Node rootNode,
String inclusiveNamespaces,
OutputStream writer)
Always throws a CanonicalizationException because this is inclusive c14n.
|
void |
CanonicalizerPhysical.engineCanonicalizeSubTree(Node rootNode,
String inclusiveNamespaces,
OutputStream writer)
Always throws a CanonicalizationException.
|
void |
CanonicalizerBase.engineCanonicalizeXPathNodeSet(Set<Node> xpathNodeSet,
OutputStream writer)
Method engineCanonicalizeXPathNodeSet
C14n a nodeset
|
void |
Canonicalizer20010315Excl.engineCanonicalizeXPathNodeSet(Set<Node> xpathNodeSet,
String inclusiveNamespaces,
OutputStream writer)
Method engineCanonicalizeXPathNodeSet
C14n a nodeset
|
void |
Canonicalizer20010315.engineCanonicalizeXPathNodeSet(Set<Node> xpathNodeSet,
String inclusiveNamespaces,
OutputStream writer)
Always throws a CanonicalizationException because this is inclusive c14n.
|
void |
CanonicalizerPhysical.engineCanonicalizeXPathNodeSet(Set<Node> xpathNodeSet,
String inclusiveNamespaces,
OutputStream writer)
Always throws a CanonicalizationException.
|
protected void |
Canonicalizer20010315Excl.outputAttributes(Element element,
NameSpaceSymbTable ns,
Map<String,byte[]> cache,
OutputStream writer) |
protected void |
Canonicalizer20010315.outputAttributes(Element element,
NameSpaceSymbTable ns,
Map<String,byte[]> cache,
OutputStream writer)
Output the Attr[]s for the given element.
|
protected void |
CanonicalizerPhysical.outputAttributes(Element element,
NameSpaceSymbTable ns,
Map<String,byte[]> cache,
OutputStream writer) |
protected void |
Canonicalizer20010315Excl.outputAttributesSubtree(Element element,
NameSpaceSymbTable ns,
Map<String,byte[]> cache,
OutputStream writer) |
protected void |
Canonicalizer20010315.outputAttributesSubtree(Element element,
NameSpaceSymbTable ns,
Map<String,byte[]> cache,
OutputStream writer)
Output the Attr[]s for the given element.
|
protected void |
CanonicalizerPhysical.outputAttributesSubtree(Element element,
NameSpaceSymbTable ns,
Map<String,byte[]> cache,
OutputStream writer)
Output the Attr[]s for the given element.
|
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
|
void |
SignedInfo.signInOctetStream(OutputStream os)
Output the C14n stream to the given OutputStream.
|
void |
XMLSignatureInput.updateOutputStream(OutputStream diOs) |
void |
XMLSignatureInput.updateOutputStream(OutputStream diOs,
boolean c14n11) |
Modifier and Type | Method and Description |
---|---|
protected abstract XMLSignatureInput |
TransformSpi.enginePerformTransform(XMLSignatureInput input,
OutputStream os,
Element transformElement,
String baseURI,
boolean secureValidation)
The mega method which MUST be implemented by the Transformation Algorithm.
|
XMLSignatureInput |
Transform.performTransform(XMLSignatureInput input,
boolean secureValidation)
Transforms the input, and generates
XMLSignatureInput as output. |
XMLSignatureInput |
Transform.performTransform(XMLSignatureInput input,
OutputStream os,
boolean secureValidation)
Transforms the input, and generates
XMLSignatureInput as output. |
Modifier and Type | Method and Description |
---|---|
protected XMLSignatureInput |
TransformC14N.enginePerformTransform(XMLSignatureInput input,
OutputStream os,
Element transformElement,
String baseURI,
boolean secureValidation)
The mega method which MUST be implemented by the Transformation Algorithm.
|
protected XMLSignatureInput |
TransformBase64Decode.enginePerformTransform(XMLSignatureInput input,
OutputStream os,
Element transformElement,
String baseURI,
boolean secureValidation)
The mega method which MUST be implemented by the Transformation Algorithm.
|
protected XMLSignatureInput |
TransformC14NExclusive.enginePerformTransform(XMLSignatureInput input,
OutputStream os,
Element transformElement,
String baseURI,
boolean secureValidation)
The mega method which MUST be implemented by the Transformation Algorithm.
|
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.