Bouncy Castle Cryptography Library 1.37

org.bouncycastle.mail.smime
Class SMIMECompressed

java.lang.Object
  extended byorg.bouncycastle.cms.CMSCompressedData
      extended byorg.bouncycastle.mail.smime.SMIMECompressed

public class SMIMECompressed
extends 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
getContent, getEncoded
 
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,
                       CMSException

SMIMECompressed

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

getCompressedContent

public javax.mail.internet.MimePart getCompressedContent()

Bouncy Castle Cryptography Library 1.37