|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xml.security.transforms.TransformSpi
org.apache.xml.security.transforms.implementations.TransformC14N11
public class TransformC14N11
Implements the http://www.w3.org/2006/12/xml-c14n11
(C14N 1.1) transform.
Constructor Summary | |
---|---|
TransformC14N11()
|
Method Summary | |
---|---|
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. |
Methods inherited from class org.apache.xml.security.transforms.TransformSpi |
---|
enginePerformTransform, enginePerformTransform |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TransformC14N11()
Method Detail |
---|
protected java.lang.String engineGetURI()
TransformSpi
Transformation algorithm
engineGetURI
in class TransformSpi
Transformation algorithm
protected XMLSignatureInput enginePerformTransform(XMLSignatureInput input, java.io.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 object
XMLSignatureInput
as the result of transformation
CanonicalizationException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |