Class x_pkcs7_signature
- java.lang.Object
-
- org.bouncycastle.mail.smime.handlers.x_pkcs7_signature
-
- All Implemented Interfaces:
DataContentHandler
public class x_pkcs7_signature extends Object implements DataContentHandler
-
-
Constructor Summary
Constructors Constructor Description x_pkcs7_signature()
-
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
-
-