Bouncy Castle Cryptography Library 1.81

org.bouncycastle.mail.smime
Class CMSProcessableBodyPart

java.lang.Object
  extended byorg.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
CMSProcessableBodyPart(javax.mail.BodyPart bodyPart)
           
 
Method Summary
 java.lang.Object getContent()
           
 void write(java.io.OutputStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMSProcessableBodyPart

public CMSProcessableBodyPart(javax.mail.BodyPart bodyPart)
Method Detail

write

public void write(java.io.OutputStream out)
           throws java.io.IOException,
                  org.bouncycastle.cms.CMSException
Specified by:
write in interface org.bouncycastle.cms.CMSProcessable
Throws:
java.io.IOException
org.bouncycastle.cms.CMSException

getContent

public java.lang.Object getContent()
Specified by:
getContent in interface org.bouncycastle.cms.CMSProcessable

Bouncy Castle Cryptography Library 1.81