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 java.lang.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 java.lang.Object
getContent()
void
write(java.io.OutputStream out)
-
-
-
Method Detail
-
write
public void write(java.io.OutputStream out) throws java.io.IOException, org.bouncycastle.cms.CMSException
- Specified by:
write
in interfaceorg.bouncycastle.cms.CMSProcessable
- Throws:
java.io.IOException
org.bouncycastle.cms.CMSException
-
getContent
public java.lang.Object getContent()
- Specified by:
getContent
in interfaceorg.bouncycastle.cms.CMSProcessable
-
-