Class AttachmentContentSignatureTransform
java.lang.Object
org.apache.xml.security.stax.impl.transformer.TransformIdentity
org.apache.wss4j.stax.impl.transformer.AttachmentContentSignatureTransform
- All Implemented Interfaces:
org.apache.xml.security.stax.ext.Transformer
- Direct Known Subclasses:
AttachmentCompleteSignatureTransform
public class AttachmentContentSignatureTransform
extends org.apache.xml.security.stax.impl.transformer.TransformIdentity
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Attachmentorg.apache.xml.security.stax.ext.XMLSecurityConstants.TransformMethodgetPreferredTransformMethod(org.apache.xml.security.stax.ext.XMLSecurityConstants.TransformMethod forInput) voidsetProperties(Map<String, Object> properties) voidtransform(InputStream inputStream) voidtransform(org.apache.xml.security.stax.ext.stax.XMLSecEvent xmlSecEvent) Methods inherited from class org.apache.xml.security.stax.impl.transformer.TransformIdentity
doFinal, getOutputStream, getTransformer, getXmlEventWriterForOutputStream, getXmlInputFactory, getXmlOutputFactory, setOutputStream, setTransformer
-
Field Details
-
ATTACHMENT
- See Also:
-
-
Constructor Details
-
AttachmentContentSignatureTransform
public AttachmentContentSignatureTransform()
-
-
Method Details
-
getPreferredTransformMethod
public org.apache.xml.security.stax.ext.XMLSecurityConstants.TransformMethod getPreferredTransformMethod(org.apache.xml.security.stax.ext.XMLSecurityConstants.TransformMethod forInput) - Specified by:
getPreferredTransformMethodin interfaceorg.apache.xml.security.stax.ext.Transformer- Overrides:
getPreferredTransformMethodin classorg.apache.xml.security.stax.impl.transformer.TransformIdentity
-
setProperties
public void setProperties(Map<String, Object> properties) throws org.apache.xml.security.exceptions.XMLSecurityException- Specified by:
setPropertiesin interfaceorg.apache.xml.security.stax.ext.Transformer- Overrides:
setPropertiesin classorg.apache.xml.security.stax.impl.transformer.TransformIdentity- Throws:
org.apache.xml.security.exceptions.XMLSecurityException
-
getAttachment
-
transform
public void transform(org.apache.xml.security.stax.ext.stax.XMLSecEvent xmlSecEvent) throws XMLStreamException - Specified by:
transformin interfaceorg.apache.xml.security.stax.ext.Transformer- Overrides:
transformin classorg.apache.xml.security.stax.impl.transformer.TransformIdentity- Throws:
XMLStreamException
-
transform
- Specified by:
transformin interfaceorg.apache.xml.security.stax.ext.Transformer- Overrides:
transformin classorg.apache.xml.security.stax.impl.transformer.TransformIdentity- Throws:
XMLStreamException
-