org.apache.xml.security.transforms.implementations
Class TransformC14N11
java.lang.Object
org.apache.xml.security.transforms.TransformSpi
org.apache.xml.security.transforms.implementations.TransformC14N11
public class TransformC14N11
- extends TransformSpi
Implements the http://www.w3.org/2006/12/xml-c14n11
(C14N 1.1) transform.
- Author:
- Sean Mullan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransformC14N11
public TransformC14N11()
engineGetURI
protected java.lang.String engineGetURI()
- Description copied from class:
TransformSpi
- Returns the URI representation of
Transformation algorithm
- Specified by:
engineGetURI
in class TransformSpi
- Returns:
- the URI representation of
Transformation algorithm
enginePerformTransform
protected XMLSignatureInput enginePerformTransform(XMLSignatureInput input,
Transform transform)
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 transformationtransform
- the Transform
- Returns:
XMLSignatureInput
as the result of transformation
- Throws:
CanonicalizationException
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 class TransformSpi
- Parameters:
input
- XMLSignatureInput
as the input of transformationos
- where to output this transformation.transform
- the Transform
- Returns:
XMLSignatureInput
as the result of transformation
- Throws:
CanonicalizationException
Copyright © 2000-2011 The Apache Software Foundation. All Rights Reserved.