org.apache.xml.security.transforms.implementations
Class TransformC14NExclusiveWithComments
java.lang.Object
org.apache.xml.security.transforms.TransformSpi
org.apache.xml.security.transforms.implementations.TransformC14NExclusiveWithComments
- public class TransformC14NExclusiveWithComments
- extends TransformSpi
Implements the http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments
transform.
- Author:
- Christian Geuer-Pollmann
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
implementedTransformURI
public static final java.lang.String implementedTransformURI
- Field implementedTransformURI
- See Also:
- Constant Field Values
TransformC14NExclusiveWithComments
public TransformC14NExclusiveWithComments()
engineGetURI
protected java.lang.String engineGetURI()
- Method engineGetURI
- Specified by:
engineGetURI
in class TransformSpi
- Returns:
- the URI representation of
Transformation algorithm
enginePerformTransform
protected XMLSignatureInput enginePerformTransform(XMLSignatureInput input,
Transform _transformObject)
throws CanonicalizationException
- Description copied from class:
TransformSpi
- The mega method which MUST be implemented by the Transformation Algorithm.
In order to be compatible with preexisting Transform implementations,
by default this implementation invokes the deprecated, thread-unsafe
methods. Subclasses should override this with a thread-safe
implementation.
- Overrides:
enginePerformTransform
in class TransformSpi
- Parameters:
input
- XMLSignatureInput
as the input of transformation_transformObject
- the Transform
- Returns:
XMLSignatureInput
as the result of transformation
- Throws:
CanonicalizationException
enginePerformTransform
protected XMLSignatureInput enginePerformTransform(XMLSignatureInput input,
java.io.OutputStream os,
Transform _transformObject)
throws CanonicalizationException
- Description copied from class:
TransformSpi
- The mega method which MUST be implemented by the Transformation Algorithm.
- Overrides:
enginePerformTransform
in class TransformSpi
- Parameters:
input
- XMLSignatureInput
as the input of transformationos
- where to output this transformation._transformObject
- the Transform
- Returns:
XMLSignatureInput
as the result of transformation
- Throws:
CanonicalizationException