public class AttachmentContentSignatureTransform extends XSTransformer
| Modifier and Type | Field and Description | 
|---|---|
protected boolean | 
includeHeaders  | 
transform| Constructor and Description | 
|---|
AttachmentContentSignatureTransform(XSAlgorithmIdentifier trans)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getAlgorithmURI()
Returns the URI string identifying the Transform algorithm. 
 | 
XMLContainer | 
transform(XMLContainer source)
Applies the transform to the given  
XMLContainer and returns the result in a new XMLContainer. | 
applyTransforms, getInstance, getInstance, getTransformpublic AttachmentContentSignatureTransform(XSAlgorithmIdentifier trans) throws java.lang.IllegalArgumentException
trans -java.lang.IllegalArgumentExceptionpublic java.lang.String getAlgorithmURI()
XSTransformergetAlgorithmURI in class XSTransformerpublic XMLContainer transform(XMLContainer source) throws TransformationException
XSTransformerXMLContainer and returns the result in a new XMLContainer.
Implementing subclasses are responsible for ensuring that the given XMLContainer contains the input required, and for any needed conversions if it does not.
transform in class XSTransformersource - A XMLContainer on which the transform will operate.XMLContainer containing the transform result.TransformationException - if an error occurs during the transformation process.