| java.lang.Object org.bouncycastle.mail.smime.CMSProcessableBodyPartOutbound
CMSProcessableBodyPartOutbound | public class CMSProcessableBodyPartOutbound implements CMSProcessable(Code) | | a holding class for a BodyPart to be processed which does CRLF canocicalisation if
dealing with non-binary data.
|
CMSProcessableBodyPartOutbound | public CMSProcessableBodyPartOutbound(BodyPart bodyPart)(Code) | | Create a processable with the default transfer encoding of 7bit
Parameters: bodyPart - body part to be processed |
CMSProcessableBodyPartOutbound | public CMSProcessableBodyPartOutbound(BodyPart bodyPart, String defaultContentTransferEncoding)(Code) | | Create a processable with the a default transfer encoding of
the passed in value.
Parameters: bodyPart - body part to be processed Parameters: defaultContentTransferEncoding - the new default to use. |
|
|