Class CanonicalizerBase
java.lang.Object
org.apache.xml.security.c14n.CanonicalizerSpi
org.apache.xml.security.c14n.implementations.CanonicalizerBase
- Direct Known Subclasses:
Canonicalizer20010315, Canonicalizer20010315Excl, CanonicalizerPhysical
Abstract base class for canonicalization algorithms.
Please note that these implementations are NOT thread safe - please see the following JIRA for more information:
https://issues.apache.org/jira/browse/SANTUARIO-463
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final byte[]private static final byte[]private static final byte[]protected static final AttrCompareprivate static final byte[]private static final byte[]private static final byte[]private static final byte[]private NodeThe node to be skipped/excluded from the DOM tree in subtree canonicalizations.private static final byte[]private booleanprivate static final byte[]protected static final intprotected static final intprotected static final intprivate List<NodeFilter> private AttrThe null xmlns definition.private static final byte[]private OutputStreamprivate static final byte[]private static final byte[]private static final byte[]static final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class CanonicalizerSpi
reset, secureValidation -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final voidcanonicalizeSubTree(Node currentNode, NameSpaceSymbTable ns, Node endnode, int documentLevel) Method canonicalizeSubTree, this function is a recursive one.protected final voidcanonicalizeXPathNodeSet(Node currentNode, Node endnode) Canonicalizes all the nodes included in the currentNode and contained in the xpathNodeSet field.(package private) abstract voidbyte[]Canonicalizes a Subtree node.byte[]engineCanonicalizeSubTree(Node rootNode) Method engineCanonicalizeSubTree C14n a node tree.protected byte[]engineCanonicalizeSubTree(Node rootNode, Node excludeNode) Canonicalizes a Subtree node.byte[]engineCanonicalizeXPathNodeSet(Set<Node> xpathNodeSet) Method engineCanonicalizeXPathNodeSet C14n a nodesetprivate byte[]protected AttrgetNullNode(Document ownerDocument) protected final voidAdds to ns the definitions from the parent elements of elprotected OutputStreamprotected voidprotected booleanprotected intisVisibleDO(Node currentNode, int level) protected intisVisibleInt(Node currentNode) (package private) abstract voidoutputAttributes(Element element, NameSpaceSymbTable ns, Map<String, byte[]> cache) Output the attributes for this node in XPathNodeSet c14n.(package private) abstract voidoutputAttributesSubtree(Element element, NameSpaceSymbTable ns, Map<String, byte[]> cache) Output the attributes for this node in a Subtree c14n.protected static final voidoutputAttrToWriter(String name, String value, OutputStream writer, Map<String, byte[]> cache) Outputs an Attribute to the internal Writer.protected voidoutputCommentToWriter(Comment currentComment, OutputStream writer, int position) Method outputCommentToWriterprotected voidoutputPItoWriter(ProcessingInstruction currentPI, OutputStream writer, int position) Outputs a PI to the internal Writer.protected static final voidoutputTextToWriter(String text, OutputStream writer) Outputs a Text of CDATA section to the internal Writer.voidsetWriter(OutputStream writer) Sets the writer where the canonicalization ends.
-
Field Details
-
XML
- See Also:
-
XMLNS
- See Also:
-
XMLNS_URI
- See Also:
-
XML_LANG_URI
- See Also:
-
COMPARE
-
END_PI
private static final byte[] END_PI -
BEGIN_PI
private static final byte[] BEGIN_PI -
END_COMM
private static final byte[] END_COMM -
BEGIN_COMM
private static final byte[] BEGIN_COMM -
XA
private static final byte[] XA -
X9
private static final byte[] X9 -
QUOT
private static final byte[] QUOT -
XD
private static final byte[] XD -
GT
private static final byte[] GT -
LT
private static final byte[] LT -
END_TAG
private static final byte[] END_TAG -
AMP
private static final byte[] AMP -
EQUALS_STR
private static final byte[] EQUALS_STR -
NODE_BEFORE_DOCUMENT_ELEMENT
protected static final int NODE_BEFORE_DOCUMENT_ELEMENT- See Also:
-
NODE_NOT_BEFORE_OR_AFTER_DOCUMENT_ELEMENT
protected static final int NODE_NOT_BEFORE_OR_AFTER_DOCUMENT_ELEMENT- See Also:
-
NODE_AFTER_DOCUMENT_ELEMENT
protected static final int NODE_AFTER_DOCUMENT_ELEMENT- See Also:
-
nodeFilter
-
includeComments
private boolean includeComments -
xpathNodeSet
-
excludeNode
The node to be skipped/excluded from the DOM tree in subtree canonicalizations. -
writer
-
nullNode
The null xmlns definition.
-
-
Constructor Details
-
CanonicalizerBase
public CanonicalizerBase(boolean includeComments) Constructor CanonicalizerBase- Parameters:
includeComments-
-
-
Method Details
-
engineCanonicalizeSubTree
Method engineCanonicalizeSubTree C14n a node tree.- Specified by:
engineCanonicalizeSubTreein classCanonicalizerSpi- Parameters:
rootNode-- Returns:
- the c14n bytes
- Throws:
CanonicalizationException
-
engineCanonicalizeXPathNodeSet
public byte[] engineCanonicalizeXPathNodeSet(Set<Node> xpathNodeSet) throws CanonicalizationException Method engineCanonicalizeXPathNodeSet C14n a nodeset- Specified by:
engineCanonicalizeXPathNodeSetin classCanonicalizerSpi- Parameters:
xpathNodeSet-- Returns:
- the c14n bytes
- Throws:
CanonicalizationException
-
engineCanonicalize
Canonicalizes a Subtree node.- Parameters:
input- the root of the subtree to canicalize- Returns:
- The canonicalize stream.
- Throws:
CanonicalizationException
-
setWriter
Description copied from class:CanonicalizerSpiSets the writer where the canonicalization ends. ByteArrayOutputStream if none is set.- Specified by:
setWriterin classCanonicalizerSpi- Parameters:
writer- The writer to set.
-
getWriter
-
engineCanonicalizeSubTree
protected byte[] engineCanonicalizeSubTree(Node rootNode, Node excludeNode) throws CanonicalizationException Canonicalizes a Subtree node.- Parameters:
rootNode- the root of the subtree to canonicalizeexcludeNode- a node to be excluded from the canonicalize operation- Returns:
- The canonicalize stream.
- Throws:
CanonicalizationException
-
canonicalizeSubTree
protected final void canonicalizeSubTree(Node currentNode, NameSpaceSymbTable ns, Node endnode, int documentLevel) throws CanonicalizationException, IOException Method canonicalizeSubTree, this function is a recursive one.- Parameters:
currentNode-ns-endnode-- Throws:
CanonicalizationExceptionIOException
-
engineCanonicalizeXPathNodeSetInternal
- Throws:
CanonicalizationException
-
canonicalizeXPathNodeSet
protected final void canonicalizeXPathNodeSet(Node currentNode, Node endnode) throws CanonicalizationException, IOException Canonicalizes all the nodes included in the currentNode and contained in the xpathNodeSet field.- Parameters:
currentNode-endnode-- Throws:
CanonicalizationExceptionIOException
-
isVisibleDO
-
isVisibleInt
-
isVisible
-
handleParent
-
getParentNameSpaces
Adds to ns the definitions from the parent elements of el- Parameters:
el-ns-
-
outputAttributes
abstract void outputAttributes(Element element, NameSpaceSymbTable ns, Map<String, byte[]> cache) throws CanonicalizationException, DOMException, IOExceptionOutput the attributes for this node in XPathNodeSet c14n.- Parameters:
element-ns-cache-- Throws:
CanonicalizationExceptionDOMExceptionIOException
-
outputAttributesSubtree
abstract void outputAttributesSubtree(Element element, NameSpaceSymbTable ns, Map<String, byte[]> cache) throws CanonicalizationException, DOMException, IOExceptionOutput the attributes for this node in a Subtree c14n.- Parameters:
element-ns-cache-- Throws:
CanonicalizationExceptionDOMExceptionIOException
-
circumventBugIfNeeded
abstract void circumventBugIfNeeded(XMLSignatureInput input) throws CanonicalizationException, ParserConfigurationException, IOException, SAXException -
outputAttrToWriter
protected static final void outputAttrToWriter(String name, String value, OutputStream writer, Map<String, byte[]> cache) throws IOExceptionOutputs an Attribute to the internal Writer. The string value of the node is modified by replacing- all ampersands with
& - all open angle brackets with
< - all quotation mark characters with
" - and the whitespace characters
#x9, #xA, and #xD, with character references. The character references are written in uppercase hexadecimal with no leading zeroes (for example,#xDis represented by the character reference
)
- Parameters:
name-value-writer-- Throws:
IOException
- all ampersands with
-
outputPItoWriter
protected void outputPItoWriter(ProcessingInstruction currentPI, OutputStream writer, int position) throws IOException Outputs a PI to the internal Writer.- Parameters:
currentPI-writer- where to write the things- Throws:
IOException
-
outputCommentToWriter
protected void outputCommentToWriter(Comment currentComment, OutputStream writer, int position) throws IOException Method outputCommentToWriter- Parameters:
currentComment-writer- writer where to write the things- Throws:
IOException
-
outputTextToWriter
Outputs a Text of CDATA section to the internal Writer.- Parameters:
text-writer- writer where to write the things- Throws:
IOException
-
getNullNode
-