|
|||||||||
| 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_WithComments
public class TransformC14N11_WithComments
Implements the http://www.w3.org/2006/12/xml-c14n-11#WithComments
(C14N 1.1 With Comments) transform.
| Field Summary |
|---|
| Fields inherited from class org.apache.xml.security.transforms.TransformSpi |
|---|
secureValidation |
| Constructor Summary | |
|---|---|
TransformC14N11_WithComments()
|
|
| 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_WithComments()
| Method Detail |
|---|
protected java.lang.String engineGetURI()
TransformSpiTransformation algorithm
engineGetURI in class TransformSpiTransformation algorithm
protected XMLSignatureInput enginePerformTransform(XMLSignatureInput input,
java.io.OutputStream os,
Transform transform)
throws CanonicalizationException
TransformSpi
enginePerformTransform in class TransformSpiinput - 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 | ||||||||