org.bouncycastle.mail.smime
public class CMSProcessableBodyPartOutbound extends Object implements CMSProcessable
| Constructor Summary | |
|---|---|
| CMSProcessableBodyPartOutbound(BodyPart bodyPart)
Create a processable with the default transfer encoding of 7bit
| |
| CMSProcessableBodyPartOutbound(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.