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 Modifier and Type Field Description static StringATTACHMENT
-
Constructor Summary
Constructors Constructor Description AttachmentContentSignatureTransform()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AttachmentgetAttachment()org.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)
-
-
-
Field Detail
-
ATTACHMENT
public static final String ATTACHMENT
- See Also:
- Constant Field Values
-
-
Method Detail
-
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
protected Attachment 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
public void transform(InputStream inputStream) throws XMLStreamException
- Specified by:
transformin interfaceorg.apache.xml.security.stax.ext.Transformer- Overrides:
transformin classorg.apache.xml.security.stax.impl.transformer.TransformIdentity- Throws:
XMLStreamException
-
-