org.apache.wss4j.dom.transform
Class AttachmentCompleteSignatureTransform
java.lang.Object
javax.xml.crypto.dsig.TransformService
org.apache.wss4j.dom.transform.AttachmentContentSignatureTransform
org.apache.wss4j.dom.transform.AttachmentCompleteSignatureTransform
- All Implemented Interfaces:
- AlgorithmMethod, Transform, XMLStructure
public class AttachmentCompleteSignatureTransform
- extends AttachmentContentSignatureTransform
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TRANSFORM_URI
public static final String TRANSFORM_URI
- See Also:
- Constant Field Values
AttachmentCompleteSignatureTransform
public AttachmentCompleteSignatureTransform()
transform
public Data transform(Data data,
XMLCryptoContext context)
throws TransformException
- Specified by:
transform in interface Transform- Overrides:
transform in class AttachmentContentSignatureTransform
- Throws:
TransformException
transform
public Data transform(Data data,
XMLCryptoContext context,
OutputStream os)
throws TransformException
- Specified by:
transform in interface Transform- Overrides:
transform in class AttachmentContentSignatureTransform
- Throws:
TransformException
isFeatureSupported
public boolean isFeatureSupported(String feature)
- Specified by:
isFeatureSupported in interface XMLStructure- Overrides:
isFeatureSupported in class AttachmentContentSignatureTransform
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.