Class SMIMECompressed

java.lang.Object
org.bouncycastle.cms.CMSCompressedData
org.bouncycastle.mail.smime.SMIMECompressed
All Implemented Interfaces:
org.bouncycastle.util.Encodable

public class SMIMECompressed extends org.bouncycastle.cms.CMSCompressedData
containing class for an S/MIME pkcs7-mime MimePart.
  • Constructor Summary

    Constructors
    Constructor
    Description
    SMIMECompressed(javax.mail.internet.MimeBodyPart message)
     
    SMIMECompressed(javax.mail.internet.MimeMessage message)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    javax.mail.internet.MimePart
     

    Methods inherited from class org.bouncycastle.cms.CMSCompressedData

    getCompressedContentType, getContent, getContentStream, getContentType, getEncoded, toASN1Structure

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SMIMECompressed

      public SMIMECompressed(javax.mail.internet.MimeBodyPart message) throws javax.mail.MessagingException, org.bouncycastle.cms.CMSException
      Throws:
      javax.mail.MessagingException
      org.bouncycastle.cms.CMSException
    • SMIMECompressed

      public SMIMECompressed(javax.mail.internet.MimeMessage message) throws javax.mail.MessagingException, org.bouncycastle.cms.CMSException
      Throws:
      javax.mail.MessagingException
      org.bouncycastle.cms.CMSException
  • Method Details

    • getCompressedContent

      public javax.mail.internet.MimePart getCompressedContent()