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 Details

    • CMSProcessableBodyPart

      public CMSProcessableBodyPart(javax.mail.BodyPart bodyPart)
  • Method Details

    • write

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

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