Package com.sun.xml.wss.impl.transform
Class AttachmentContentOnlyTransform
- java.lang.Object
-
- org.apache.xml.security.transforms.TransformSpi
-
- com.sun.xml.wss.impl.transform.AttachmentContentOnlyTransform
-
public class AttachmentContentOnlyTransform extends org.apache.xml.security.transforms.TransformSpi
-
-
Constructor Summary
Constructors Constructor Description AttachmentContentOnlyTransform()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringengineGetURI()Returns the URI representation ofTransformation algorithmprotected org.apache.xml.security.signature.XMLSignatureInputenginePerformTransform(org.apache.xml.security.signature.XMLSignatureInput input)The mega method which MUST be implemented by the Transformation Algorithm.booleanreturnsNodeSet()booleanreturnsOctetStream()booleanwantsNodeSet()booleanwantsOctetStream()
-
-
-
Method Detail
-
engineGetURI
protected String engineGetURI()
Description copied from class:org.apache.xml.security.transforms.TransformSpiReturns the URI representation ofTransformation algorithm- Specified by:
engineGetURIin classorg.apache.xml.security.transforms.TransformSpi- Returns:
- the URI representation of
Transformation algorithm
-
enginePerformTransform
protected org.apache.xml.security.signature.XMLSignatureInput enginePerformTransform(org.apache.xml.security.signature.XMLSignatureInput input) throws org.apache.xml.security.transforms.TransformationExceptionDescription copied from class:org.apache.xml.security.transforms.TransformSpiThe mega method which MUST be implemented by the Transformation Algorithm.- Overrides:
enginePerformTransformin classorg.apache.xml.security.transforms.TransformSpi- Parameters:
input-XMLSignatureInputas the input of transformation- Returns:
XMLSignatureInputas the result of transformation- Throws:
org.apache.xml.security.transforms.TransformationException
-
wantsOctetStream
public boolean wantsOctetStream()
-
wantsNodeSet
public boolean wantsNodeSet()
-
returnsOctetStream
public boolean returnsOctetStream()
-
returnsNodeSet
public boolean returnsNodeSet()
-
-