Bouncy Castle Cryptography Library 1.79

org.bouncycastle.mail.smime
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
SMIMECompressed(javax.mail.internet.MimeBodyPart message)
           
SMIMECompressed(javax.mail.internet.MimeMessage message)
           
 
Method Summary
 javax.mail.internet.MimePart getCompressedContent()
           
 
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 Detail

SMIMECompressed

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

SMIMECompressed

public SMIMECompressed(javax.mail.internet.MimeMessage message)
                throws javax.mail.MessagingException,
                       org.bouncycastle.cms.CMSException
Method Detail

getCompressedContent

public javax.mail.internet.MimePart getCompressedContent()

Bouncy Castle Cryptography Library 1.79