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

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

Field Summary
 
Fields inherited from class org.apache.xml.security.transforms.TransformSpi
_transformObject
 
Constructor Summary
TransformC14N11()
           
 
Method Summary
protected  java.lang.String engineGetURI()
          Returns the URI representation of Transformation algorithm
protected  XMLSignatureInput enginePerformTransform(XMLSignatureInput input, java.io.OutputStream os, Transform transform)
          The mega method which MUST be implemented by the Transformation Algorithm.
protected  XMLSignatureInput enginePerformTransform(XMLSignatureInput input, Transform transform)
          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
 

Constructor Detail

TransformC14N11

public TransformC14N11()
Method Detail

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


Copyright © 2000-2014 The Apache Software Foundation. All Rights Reserved.