public class TransformC14N11 extends TransformSpi
http://www.w3.org/2006/12/xml-c14n11
(C14N 1.1) transform.secureValidation| Constructor and Description |
|---|
TransformC14N11() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
enginePerformTransform, enginePerformTransformprotected java.lang.String engineGetURI()
TransformSpiTransformation algorithmengineGetURI in class TransformSpiTransformation algorithmprotected XMLSignatureInput enginePerformTransform(XMLSignatureInput input, java.io.OutputStream os, Transform transform) throws CanonicalizationException
TransformSpienginePerformTransform in class TransformSpiinput - XMLSignatureInput as the input of transformationos - where to output this transformation.transform - the Transform objectXMLSignatureInput as the result of transformationCanonicalizationExceptionCopyright © 2007–2023. All rights reserved.