org.apache.wss4j.stax.impl.transformer
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
| Methods inherited from class org.apache.xml.security.stax.impl.transformer.TransformIdentity |
doFinal, getOutputStream, getTransformer, getXmlEventWriterForOutputStream, getXmlInputFactory, getXmlOutputFactory, setOutputStream, setTransformer |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ATTACHMENT
public static final String ATTACHMENT
- See Also:
- Constant Field Values
AttachmentContentSignatureTransform
public AttachmentContentSignatureTransform()
getPreferredTransformMethod
public org.apache.xml.security.stax.ext.XMLSecurityConstants.TransformMethod getPreferredTransformMethod(org.apache.xml.security.stax.ext.XMLSecurityConstants.TransformMethod forInput)
- Specified by:
getPreferredTransformMethod in interface org.apache.xml.security.stax.ext.Transformer- Overrides:
getPreferredTransformMethod in class org.apache.xml.security.stax.impl.transformer.TransformIdentity
setProperties
public void setProperties(Map<String,Object> properties)
throws org.apache.xml.security.exceptions.XMLSecurityException
- Specified by:
setProperties in interface org.apache.xml.security.stax.ext.Transformer- Overrides:
setProperties in class org.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:
transform in interface org.apache.xml.security.stax.ext.Transformer- Overrides:
transform in class org.apache.xml.security.stax.impl.transformer.TransformIdentity
- Throws:
XMLStreamException
transform
public void transform(InputStream inputStream)
throws XMLStreamException
- Specified by:
transform in interface org.apache.xml.security.stax.ext.Transformer- Overrides:
transform in class org.apache.xml.security.stax.impl.transformer.TransformIdentity
- Throws:
XMLStreamException
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.