Package org.bouncycastle.mail.smime
Class CMSProcessableBodyPart
- java.lang.Object
-
- org.bouncycastle.mail.smime.CMSProcessableBodyPart
-
- All Implemented Interfaces:
org.bouncycastle.cms.CMSProcessable
public class CMSProcessableBodyPart extends Object implements org.bouncycastle.cms.CMSProcessable
a holding class for a BodyPart to be processed.
-
-
Constructor Summary
Constructors Constructor Description CMSProcessableBodyPart(javax.mail.BodyPart bodyPart)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getContent()
void
write(OutputStream out)
-
-
-
Method Detail
-
write
public void write(OutputStream out) throws IOException, org.bouncycastle.cms.CMSException
- Specified by:
write
in interfaceorg.bouncycastle.cms.CMSProcessable
- Throws:
IOException
org.bouncycastle.cms.CMSException
-
getContent
public Object getContent()
- Specified by:
getContent
in interfaceorg.bouncycastle.cms.CMSProcessable
-
-