Uses of Class
org.apache.wss4j.common.ext.Attachment
Packages that use Attachment
Package
Description
-
Uses of Attachment in org.apache.wss4j.common.ext
Methods in org.apache.wss4j.common.ext that return AttachmentMethods in org.apache.wss4j.common.ext that return types with arguments of type AttachmentMethods in org.apache.wss4j.common.ext with parameters of type AttachmentModifier and TypeMethodDescriptionvoidAttachmentResultCallback.setAttachment(Attachment attachment) Method parameters in org.apache.wss4j.common.ext with type arguments of type AttachmentModifier and TypeMethodDescriptionvoidAttachmentRequestCallback.setAttachments(List<Attachment> attachments) -
Uses of Attachment in org.apache.wss4j.common.util
Methods in org.apache.wss4j.common.util with parameters of type AttachmentModifier and TypeMethodDescriptionstatic InputStreamAttachmentUtils.setupAttachmentEncryptionStream(Cipher cipher, boolean complete, Attachment attachment, Map<String, String> headers) -
Uses of Attachment in org.apache.wss4j.dom.transform
Methods in org.apache.wss4j.dom.transform that return AttachmentModifier and TypeMethodDescriptionprotected AttachmentAttachmentContentSignatureTransform.attachmentRequestCallback(XMLCryptoContext context, String attachmentId) AttachmentTransformParameterSpec.getAttachment()Methods in org.apache.wss4j.dom.transform with parameters of type AttachmentModifier and TypeMethodDescriptionprotected voidAttachmentContentSignatureTransform.attachmentResultCallback(XMLCryptoContext context, Attachment attachment) protected DataAttachmentContentSignatureTransform.processAttachment(XMLCryptoContext context, OutputStream os, String attachmentUri, Attachment attachment) Constructors in org.apache.wss4j.dom.transform with parameters of type AttachmentModifierConstructorDescriptionAttachmentTransformParameterSpec(CallbackHandler attachmentCallbackHandler, Attachment attachment) -
Uses of Attachment in org.apache.wss4j.stax.impl.transformer
Methods in org.apache.wss4j.stax.impl.transformer that return AttachmentModifier and TypeMethodDescriptionprotected AttachmentAttachmentContentSignatureTransform.getAttachment()