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.String
engineGetURI()
Returns the URI representation ofTransformation algorithm
protected XMLSignatureInput
enginePerformTransform(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:TransformSpi
Returns the URI representation ofTransformation algorithm
- Specified by:
engineGetURI
in 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:TransformSpi
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.transform
- the Transform object- Returns:
XMLSignatureInput
as the result of transformation- Throws:
CanonicalizationException
-
-