Class 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 Detail

      • CMSProcessableBodyPart

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

      • 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