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