Bouncy Castle Cryptography Library 1.81

org.bouncycastle.mail.smime
Class SMIMECompressedParser

java.lang.Object
  extended byorg.bouncycastle.cms.CMSContentInfoParser
      extended byorg.bouncycastle.cms.CMSCompressedDataParser
          extended byorg.bouncycastle.mail.smime.SMIMECompressedParser

public class SMIMECompressedParser
extends org.bouncycastle.cms.CMSCompressedDataParser

Stream based containing class for an S/MIME pkcs7-mime compressed MimePart.


Field Summary
 
Fields inherited from class org.bouncycastle.cms.CMSContentInfoParser
_contentInfo, _data
 
Constructor Summary
SMIMECompressedParser(javax.mail.internet.MimeBodyPart message)
           
SMIMECompressedParser(javax.mail.internet.MimeBodyPart message, int bufferSize)
          Create a parser from a MimeBodyPart using the passed in buffer size for reading it.
SMIMECompressedParser(javax.mail.internet.MimeMessage message)
           
SMIMECompressedParser(javax.mail.internet.MimeMessage message, int bufferSize)
          Create a parser from a MimeMessage using the passed in buffer size for reading it.
 
Method Summary
 javax.mail.internet.MimePart getCompressedContent()
           
 
Methods inherited from class org.bouncycastle.cms.CMSCompressedDataParser
getContent
 
Methods inherited from class org.bouncycastle.cms.CMSContentInfoParser
close
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SMIMECompressedParser

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

SMIMECompressedParser

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

SMIMECompressedParser

public SMIMECompressedParser(javax.mail.internet.MimeBodyPart message,
                             int bufferSize)
                      throws javax.mail.MessagingException,
                             org.bouncycastle.cms.CMSException
Create a parser from a MimeBodyPart using the passed in buffer size for reading it.

Parameters:
message - body part to be parsed.
bufferSize - bufferSoze to be used.

SMIMECompressedParser

public SMIMECompressedParser(javax.mail.internet.MimeMessage message,
                             int bufferSize)
                      throws javax.mail.MessagingException,
                             org.bouncycastle.cms.CMSException
Create a parser from a MimeMessage using the passed in buffer size for reading it.

Parameters:
message - message to be parsed.
bufferSize - bufferSoze to be used.
Method Detail

getCompressedContent

public javax.mail.internet.MimePart getCompressedContent()

Bouncy Castle Cryptography Library 1.81