Class TransformC14NWithComments
java.lang.Object
org.apache.xml.security.transforms.TransformSpi
org.apache.xml.security.transforms.implementations.TransformC14NWithComments
Implements the
http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments
transform.-
Field Summary
FieldsFields inherited from class org.apache.xml.security.transforms.TransformSpi
secureValidation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String
Returns the URI representation ofTransformation algorithm
protected XMLSignatureInput
enginePerformTransform
(XMLSignatureInput input, OutputStream os, Transform transformObject) The mega method which MUST be implemented by the Transformation Algorithm.Methods inherited from class org.apache.xml.security.transforms.TransformSpi
enginePerformTransform, enginePerformTransform
-
Field Details
-
implementedTransformURI
Field implementedTransformURI- See Also:
-
-
Constructor Details
-
TransformC14NWithComments
public TransformC14NWithComments()
-
-
Method Details
-
engineGetURI
Returns the URI representation ofTransformation algorithm
- Specified by:
engineGetURI
in classTransformSpi
- Returns:
- the URI representation of
Transformation algorithm
-
enginePerformTransform
protected XMLSignatureInput enginePerformTransform(XMLSignatureInput input, OutputStream os, Transform transformObject) throws CanonicalizationException The mega method which MUST be implemented by the Transformation Algorithm.- Overrides:
enginePerformTransform
in classTransformSpi
- Parameters:
input
-XMLSignatureInput
as the input of transformationos
- where to output this transformation.transformObject
- the Transform object- Returns:
XMLSignatureInput
as the result of transformation- Throws:
CanonicalizationException
-