de.buelowssiege.mail.pgp_mime.handlers
Class multipart_signed

java.lang.Object
  |
  +--de.buelowssiege.mail.pgp_mime.handlers.multipart_signed
All Implemented Interfaces:
javax.activation.DataContentHandler

public class multipart_signed
extends java.lang.Object
implements javax.activation.DataContentHandler

This is the data content handler for the multipart/signed mimetype.

Version:
$Id: multipart_signed.html,v 1.1 2004/02/11 12:51:34 mschwerin Exp $
Author:
Maximilian Schwerin

Constructor Summary
multipart_signed()
           
 
Method Summary
 java.lang.Object getContent(javax.activation.DataSource dataSource)
           
 java.lang.Object getTransferData(java.awt.datatransfer.DataFlavor dataFlavor, javax.activation.DataSource dataSource)
           
 java.awt.datatransfer.DataFlavor[] getTransferDataFlavors()
           
 void writeTo(java.lang.Object object, java.lang.String string, java.io.OutputStream outputStream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

multipart_signed

public multipart_signed()
Method Detail

getTransferDataFlavors

public java.awt.datatransfer.DataFlavor[] getTransferDataFlavors()
Specified by:
getTransferDataFlavors in interface javax.activation.DataContentHandler

getTransferData

public java.lang.Object getTransferData(java.awt.datatransfer.DataFlavor dataFlavor,
                                        javax.activation.DataSource dataSource)
Specified by:
getTransferData in interface javax.activation.DataContentHandler

getContent

public java.lang.Object getContent(javax.activation.DataSource dataSource)
Specified by:
getContent in interface javax.activation.DataContentHandler

writeTo

public void writeTo(java.lang.Object object,
                    java.lang.String string,
                    java.io.OutputStream outputStream)
             throws java.io.IOException
Specified by:
writeTo in interface javax.activation.DataContentHandler
java.io.IOException