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 -
Method Summary
Modifier and TypeMethodDescriptionprotected Stringprotected org.apache.xml.security.signature.XMLSignatureInputenginePerformTransform(org.apache.xml.security.signature.XMLSignatureInput input, OutputStream os, Element transformElement, String baseURI, boolean secureValidation) booleanbooleanbooleanboolean
-
Constructor Details
-
AttachmentContentOnlyTransform
public AttachmentContentOnlyTransform()
-
-
Method Details
-
engineGetURI
- Specified by:
engineGetURIin classorg.apache.xml.security.transforms.TransformSpi
-
enginePerformTransform
protected org.apache.xml.security.signature.XMLSignatureInput enginePerformTransform(org.apache.xml.security.signature.XMLSignatureInput input, OutputStream os, Element transformElement, String baseURI, boolean secureValidation) throws IOException, org.apache.xml.security.c14n.CanonicalizationException, org.apache.xml.security.c14n.InvalidCanonicalizerException, org.apache.xml.security.transforms.TransformationException, ParserConfigurationException, SAXException - Specified by:
enginePerformTransformin classorg.apache.xml.security.transforms.TransformSpi- Throws:
IOExceptionorg.apache.xml.security.c14n.CanonicalizationExceptionorg.apache.xml.security.c14n.InvalidCanonicalizerExceptionorg.apache.xml.security.transforms.TransformationExceptionParserConfigurationExceptionSAXException
-
wantsOctetStream
public boolean wantsOctetStream() -
wantsNodeSet
public boolean wantsNodeSet() -
returnsOctetStream
public boolean returnsOctetStream() -
returnsNodeSet
public boolean returnsNodeSet()
-