org.bouncycastle.mail.smime
public class CMSProcessableBodyPartInbound extends Object implements CMSProcessable
Constructor Summary | |
---|---|
CMSProcessableBodyPartInbound(BodyPart bodyPart)
Create a processable with the default transfer encoding of 7bit
| |
CMSProcessableBodyPartInbound(BodyPart bodyPart, String defaultContentTransferEncoding)
Create a processable with the a default transfer encoding of
the passed in value.
|
Method Summary | |
---|---|
Object | getContent() |
void | write(OutputStream out) |
Parameters: bodyPart body part to be processed
Parameters: bodyPart body part to be processed defaultContentTransferEncoding the new default to use.