Module org.apache.santuario.xmlsec
Class TransformC14N
- java.lang.Object
-
- org.apache.xml.security.transforms.TransformSpi
-
- org.apache.xml.security.transforms.implementations.TransformC14N
-
- Direct Known Subclasses:
TransformC14N11,TransformC14N11_WithComments,TransformC14NWithComments
public class TransformC14N extends TransformSpi
Implements thehttp://www.w3.org/TR/2001/REC-xml-c14n-20010315transform.
-
-
Constructor Summary
Constructors Constructor Description TransformC14N()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringengineGetURI()Returns the URI representation ofTransformation algorithmprotected XMLSignatureInputenginePerformTransform(XMLSignatureInput input, OutputStream os, Element transformElement, String baseURI, boolean secureValidation)The mega method which MUST be implemented by the Transformation Algorithm.protected Canonicalizer20010315getCanonicalizer()
-
-
-
Method Detail
-
engineGetURI
protected String engineGetURI()
Returns the URI representation ofTransformation algorithm- Specified by:
engineGetURIin classTransformSpi- Returns:
- the URI representation of
Transformation algorithm
-
enginePerformTransform
protected XMLSignatureInput enginePerformTransform(XMLSignatureInput input, OutputStream os, Element transformElement, String baseURI, boolean secureValidation) throws CanonicalizationException
The mega method which MUST be implemented by the Transformation Algorithm.- Specified by:
enginePerformTransformin classTransformSpi- Parameters:
input-XMLSignatureInputas the input of transformationos- where to output this transformation.transformElement- the Transform elementbaseURI- The baseURIsecureValidation- Whether secure validation is enabled- Returns:
XMLSignatureInputas the result of transformation- Throws:
CanonicalizationException
-
getCanonicalizer
protected Canonicalizer20010315 getCanonicalizer()
-
-