java.lang.Object
org.docx4j.org.apache.xml.security.transforms.TransformSpi
org.docx4j.org.apache.xml.security.transforms.implementations.TransformC14N

public class TransformC14N
extends TransformSpi
Implements the http://www.w3.org/TR/2001/REC-xml-c14n-20010315 transform.
Author:
Christian Geuer-Pollmann
  • Field Summary

    Fields
    Modifier and Type Field Description
    static java.lang.String implementedTransformURI
    Field implementedTransformURI

    Fields inherited from class org.docx4j.org.apache.xml.security.transforms.TransformSpi

    secureValidation
  • Constructor Summary

    Constructors
    Constructor Description
    TransformC14N()  
  • Method Summary

    Modifier and Type Method Description
    protected java.lang.String engineGetURI()
    Returns the URI representation of Transformation algorithm
    protected XMLSignatureInput enginePerformTransform​(XMLSignatureInput input, java.io.OutputStream os, Transform transformObject)
    The mega method which MUST be implemented by the Transformation Algorithm.

    Methods inherited from class org.docx4j.org.apache.xml.security.transforms.TransformSpi

    enginePerformTransform, enginePerformTransform

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait