Uses of Class
org.apache.wss4j.common.ext.Attachment

Packages that use Attachment
org.apache.wss4j.common.ext   
org.apache.wss4j.common.util   
 

Uses of Attachment in org.apache.wss4j.common.ext
 

Methods in org.apache.wss4j.common.ext that return Attachment
 Attachment AttachmentResultCallback.getAttachment()
           
 

Methods in org.apache.wss4j.common.ext that return types with arguments of type Attachment
 List<Attachment> AttachmentRequestCallback.getAttachments()
           
 

Methods in org.apache.wss4j.common.ext with parameters of type Attachment
 void AttachmentResultCallback.setAttachment(Attachment attachment)
           
 

Method parameters in org.apache.wss4j.common.ext with type arguments of type Attachment
 void AttachmentRequestCallback.setAttachments(List<Attachment> attachments)
           
 

Uses of Attachment in org.apache.wss4j.common.util
 

Methods in org.apache.wss4j.common.util with parameters of type Attachment
static InputStream AttachmentUtils.setupAttachmentEncryptionStream(Cipher cipher, boolean complete, Attachment attachment, Map<String,String> headers)
           
 



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