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
-
Field Summary
Fields inherited from class org.apache.xml.security.transforms.TransformSpi
secureValidation -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringReturns 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.booleanbooleanbooleanbooleanMethods inherited from class org.apache.xml.security.transforms.TransformSpi
enginePerformTransform, enginePerformTransform
-
Constructor Details
-
AttachmentContentOnlyTransform
public AttachmentContentOnlyTransform()
-
-
Method Details
-
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.TransformationException Description 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()
-