Class TransformC14NWithComments
java.lang.Object
org.docx4j.org.apache.xml.security.transforms.TransformSpi
org.docx4j.org.apache.xml.security.transforms.implementations.TransformC14NWithComments
public class TransformC14NWithComments extends TransformSpi
Implements the
http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments
transform.- Author:
- Christian Geuer-Pollmann
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringimplementedTransformURIField implementedTransformURIFields inherited from class org.docx4j.org.apache.xml.security.transforms.TransformSpi
secureValidation -
Constructor Summary
Constructors Constructor Description TransformC14NWithComments() -
Method Summary
Modifier and Type Method Description protected java.lang.StringengineGetURI()Returns the URI representation ofTransformation algorithmprotected XMLSignatureInputenginePerformTransform(XMLSignatureInput input, java.io.OutputStream os, Transform transformObject)The mega method which MUST be implemented by the Transformation Algorithm.Methods inherited from class org.docx4j.org.apache.xml.security.transforms.TransformSpi
enginePerformTransform, enginePerformTransform
-
Field Details
-
implementedTransformURI
public static final java.lang.String implementedTransformURIField implementedTransformURI- See Also:
- Constant Field Values
-
-
Constructor Details
-
TransformC14NWithComments
public TransformC14NWithComments()
-
-
Method Details
-
engineGetURI
protected java.lang.String engineGetURI()Description copied from class:TransformSpiReturns the URI representation ofTransformation algorithm- Specified by:
engineGetURIin classTransformSpi- Returns:
- the URI representation of
Transformation algorithm
-
enginePerformTransform
protected XMLSignatureInput enginePerformTransform(XMLSignatureInput input, java.io.OutputStream os, Transform transformObject) throws CanonicalizationExceptionDescription copied from class:TransformSpiThe mega method which MUST be implemented by the Transformation Algorithm.- Overrides:
enginePerformTransformin classTransformSpi- Parameters:
input-XMLSignatureInputas the input of transformationos- where to output this transformation.transformObject- the Transform object- Returns:
XMLSignatureInputas the result of transformation- Throws:
CanonicalizationException
-