Class TransformC14N11_WithComments
java.lang.Object
org.apache.xml.security.transforms.TransformSpi
org.apache.xml.security.transforms.implementations.TransformC14N11_WithComments
Implements the
http://www.w3.org/2006/12/xml-c14n-11#WithComments
(C14N 1.1 With Comments) transform.-
Field Summary
Fields inherited from class org.apache.xml.security.transforms.TransformSpi
secureValidation -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringReturns the URI representation ofTransformation algorithmprotected XMLSignatureInputenginePerformTransform(XMLSignatureInput input, OutputStream os, Transform transform) The mega method which MUST be implemented by the Transformation Algorithm.Methods inherited from class org.apache.xml.security.transforms.TransformSpi
enginePerformTransform, enginePerformTransform
-
Constructor Details
-
TransformC14N11_WithComments
public TransformC14N11_WithComments()
-
-
Method Details
-
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, OutputStream os, Transform transform) throws CanonicalizationException Description 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.transform- the Transform object- Returns:
XMLSignatureInputas the result of transformation- Throws:
CanonicalizationException
-