org.apache.wss4j.dom.transform
Class AttachmentTransformParameterSpec

java.lang.Object
  extended by org.apache.wss4j.dom.transform.AttachmentTransformParameterSpec
All Implemented Interfaces:
AlgorithmParameterSpec, TransformParameterSpec

public class AttachmentTransformParameterSpec
extends Object
implements TransformParameterSpec


Constructor Summary
AttachmentTransformParameterSpec(CallbackHandler attachmentCallbackHandler, Attachment attachment)
           
 
Method Summary
 Attachment getAttachment()
           
 CallbackHandler getAttachmentCallbackHandler()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachmentTransformParameterSpec

public AttachmentTransformParameterSpec(CallbackHandler attachmentCallbackHandler,
                                        Attachment attachment)
Method Detail

getAttachmentCallbackHandler

public CallbackHandler getAttachmentCallbackHandler()

getAttachment

public Attachment getAttachment()


Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.