org.apache.xml.security.transforms.implementations
Class TransformC14NExclusiveWithComments

java.lang.Object
  extended byorg.apache.xml.security.transforms.TransformSpi
      extended byorg.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

Field Summary
static java.lang.String implementedTransformURI
          Field implementedTransformURI
 
Fields inherited from class org.apache.xml.security.transforms.TransformSpi
_transformObject
 
Constructor Summary
TransformC14NExclusiveWithComments()
           
 
Method Summary
protected  java.lang.String engineGetURI()
          Method engineGetURI
protected  XMLSignatureInput enginePerformTransform(XMLSignatureInput input, java.io.OutputStream os, Transform _transformObject)
          The mega method which MUST be implemented by the Transformation Algorithm.
protected  XMLSignatureInput enginePerformTransform(XMLSignatureInput input, Transform _transformObject)
          The mega method which MUST be implemented by the Transformation Algorithm.
 
Methods inherited from class org.apache.xml.security.transforms.TransformSpi
enginePerformTransform, setTransform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

implementedTransformURI

public static final java.lang.String implementedTransformURI
Field implementedTransformURI

See Also:
Constant Field Values
Constructor Detail

TransformC14NExclusiveWithComments

public TransformC14NExclusiveWithComments()
Method Detail

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 transformation
os - where to output this transformation.
_transformObject - the Transform
Returns:
XMLSignatureInput as the result of transformation
Throws:
CanonicalizationException