Package org.bouncycastle.mime
Interface MimeContext
-
- All Known Subinterfaces:
MimeMultipartContext
- All Known Implementing Classes:
ConstantMimeContext
,SMimeMultipartContext
public interface MimeContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStream
applyContext(Headers headers, InputStream contentStream)
-
-
-
Method Detail
-
applyContext
InputStream applyContext(Headers headers, InputStream contentStream) throws IOException
- Throws:
IOException
-
-