Class multipart_signed
- java.lang.Object
-
- org.bouncycastle.mail.smime.handlers.multipart_signed
-
- All Implemented Interfaces:
DataContentHandler
public class multipart_signed extends Object implements DataContentHandler
-
-
Constructor Summary
Constructors Constructor Description multipart_signed()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getContent(DataSource ds)
Object
getTransferData(DataFlavor df, DataSource ds)
DataFlavor[]
getTransferDataFlavors()
void
writeTo(Object obj, String _mimeType, OutputStream os)
-
-
-
Method Detail
-
getContent
public Object getContent(DataSource ds) throws IOException
- Specified by:
getContent
in interfaceDataContentHandler
- Throws:
IOException
-
getTransferData
public Object getTransferData(DataFlavor df, DataSource ds) throws IOException
- Specified by:
getTransferData
in interfaceDataContentHandler
- Throws:
IOException
-
getTransferDataFlavors
public DataFlavor[] getTransferDataFlavors()
- Specified by:
getTransferDataFlavors
in interfaceDataContentHandler
-
writeTo
public void writeTo(Object obj, String _mimeType, OutputStream os) throws IOException
- Specified by:
writeTo
in interfaceDataContentHandler
- Throws:
IOException
-
-