Class TransformC14N11
- java.lang.Object
-
- org.apache.xml.security.transforms.TransformSpi
-
- org.apache.xml.security.transforms.implementations.TransformC14N11
-
public class TransformC14N11 extends TransformSpi
Implements thehttp://www.w3.org/2006/12/xml-c14n11(C14N 1.1) transform.
-
-
Field Summary
-
Fields inherited from class org.apache.xml.security.transforms.TransformSpi
secureValidation
-
-
Constructor Summary
Constructors Constructor Description TransformC14N11()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringengineGetURI()Returns the URI representation ofTransformation algorithmprotected XMLSignatureInputenginePerformTransform(XMLSignatureInput input, java.io.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
-
-
-
-
Method Detail
-
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 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
-
-