org.bouncycastle.mail.smime

Class SMIMECompressedParser

public class SMIMECompressedParser extends CMSCompressedDataParser

Stream based containing class for an S/MIME pkcs7-mime compressed MimePart.
Constructor Summary
SMIMECompressedParser(MimeBodyPart message)
SMIMECompressedParser(MimeMessage message)
SMIMECompressedParser(MimeBodyPart message, int bufferSize)
Create a parser from a MimeBodyPart using the passed in buffer size for reading it.
SMIMECompressedParser(MimeMessage message, int bufferSize)
Create a parser from a MimeMessage using the passed in buffer size for reading it.
Method Summary
MimePartgetCompressedContent()

Constructor Detail

SMIMECompressedParser

public SMIMECompressedParser(MimeBodyPart message)

SMIMECompressedParser

public SMIMECompressedParser(MimeMessage message)

SMIMECompressedParser

public SMIMECompressedParser(MimeBodyPart message, int bufferSize)
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(MimeMessage message, int bufferSize)
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 MimePart getCompressedContent()