org.apache.xml.security.transforms.implementations
Class TransformC14NExclusive
java.lang.Object
org.apache.xml.security.transforms.TransformSpi
org.apache.xml.security.transforms.implementations.TransformC14NExclusive
public class TransformC14NExclusive
- extends TransformSpi
Class TransformC14NExclusive
- Version:
- $Revision: 521289 $
- Author:
- $Author: mullan $
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
TransformC14NExclusive
public TransformC14NExclusive()
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
- Method enginePerformTransform
- Overrides:
enginePerformTransform
in class TransformSpi
- Parameters:
input
- _transformObject
- the Transform
- Returns:
- the transformed of the input
- 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