public class TransformC14NExclusiveWithComments extends TransformSpi
http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments
transform.| Modifier and Type | Field and Description |
|---|---|
static String |
implementedTransformURI
Field implementedTransformURI
|
secureValidation| Constructor and Description |
|---|
TransformC14NExclusiveWithComments() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
engineGetURI()
Method engineGetURI
|
protected XMLSignatureInput |
enginePerformTransform(XMLSignatureInput input,
OutputStream os,
Transform transformObject)
The mega method which MUST be implemented by the Transformation Algorithm.
|
enginePerformTransform, enginePerformTransformpublic static final String implementedTransformURI
protected String engineGetURI()
engineGetURI in class TransformSpiTransformation algorithmprotected XMLSignatureInput enginePerformTransform(XMLSignatureInput input, OutputStream os, Transform transformObject) throws CanonicalizationException
TransformSpienginePerformTransform in class TransformSpiinput - XMLSignatureInput as the input of transformationos - where to output this transformation.transformObject - the Transform objectXMLSignatureInput as the result of transformationCanonicalizationExceptionCopyright © 2000–2015 The Apache Software Foundation. All rights reserved.