public class TransformC14NWithComments extends TransformSpi
http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments
transform.Modifier and Type | Field | Description |
---|---|---|
static String |
implementedTransformURI |
Field implementedTransformURI
|
secureValidation
Constructor | Description |
---|---|
TransformC14NWithComments() |
Modifier and Type | Method | Description |
---|---|---|
protected String |
engineGetURI() |
Returns the URI representation of
Transformation algorithm |
protected XMLSignatureInput |
enginePerformTransform(XMLSignatureInput input,
OutputStream os,
Transform transformObject) |
The mega method which MUST be implemented by the Transformation Algorithm.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
enginePerformTransform, enginePerformTransform
public static final String implementedTransformURI
protected String engineGetURI()
TransformSpi
Transformation algorithm
engineGetURI
in class TransformSpi
Transformation algorithm
protected XMLSignatureInput enginePerformTransform(XMLSignatureInput input, OutputStream os, Transform transformObject) throws CanonicalizationException
TransformSpi
enginePerformTransform
in class TransformSpi
input
- XMLSignatureInput
as the input of transformationos
- where to output this transformation.transformObject
- the Transform objectXMLSignatureInput
as the result of transformationCanonicalizationException
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.