public class TransformC14N extends TransformSpi
http://www.w3.org/TR/2001/REC-xml-c14n-20010315
 transform.| Constructor and Description | 
|---|
| TransformC14N() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected String | engineGetURI()Returns the URI representation of  Transformation algorithm | 
| protected XMLSignatureInput | enginePerformTransform(XMLSignatureInput input,
                      OutputStream os,
                      Element transformElement,
                      String baseURI,
                      boolean secureValidation)The mega method which MUST be implemented by the Transformation Algorithm. | 
| protected Canonicalizer20010315 | getCanonicalizer() | 
protected String engineGetURI()
Transformation algorithmengineGetURI in class TransformSpiTransformation algorithmprotected XMLSignatureInput enginePerformTransform(XMLSignatureInput input, OutputStream os, Element transformElement, String baseURI, boolean secureValidation) throws CanonicalizationException
enginePerformTransform in class TransformSpiinput - XMLSignatureInput as the input of transformationos - where to output this transformation.transformElement - the Transform elementbaseURI - The baseURIsecureValidation - Whether secure validation is enabledXMLSignatureInput as the result of transformationCanonicalizationExceptionprotected Canonicalizer20010315 getCanonicalizer()
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.