org.bouncycastle.mail.smime
Class CMSProcessableBodyPart
java.lang.Object
org.bouncycastle.mail.smime.CMSProcessableBodyPart
- CMSProcessable
public class CMSProcessableBodyPart
extends java.lang.Object
a holding class for a BodyPart to be processed.
Object | getContent()
|
void | write(OutputStream out) - generic routine to copy out the data we want processed - the OutputStream
passed in will do the handling on it's own.
|
CMSProcessableBodyPart
public CMSProcessableBodyPart(BodyPart bodyPart)
write
public void write(OutputStream out)
throws IOException,
CMSException
generic routine to copy out the data we want processed - the OutputStream
passed in will do the handling on it's own.
Note: this routine may be called multiple times.
- write in interface CMSProcessable