public class TransformC14NExclusive extends TransformSpi
| Modifier and Type | Field | Description |
|---|---|---|
static String |
implementedTransformURI |
Field implementedTransformURI
|
secureValidation| Constructor | Description |
|---|---|
TransformC14NExclusive() |
| Modifier and Type | Method | 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitenginePerformTransform, 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–2018 The Apache Software Foundation. All rights reserved.