org.bouncycastle.mail.smime
Class SMIMECompressedParser
public class SMIMECompressedParser
Stream based containing class for an S/MIME pkcs7-mime compressed MimePart.
SMIMECompressedParser
public SMIMECompressedParser(MimeBodyPart message)
throws MessagingException,
CMSException
SMIMECompressedParser
public SMIMECompressedParser(MimeBodyPart message,
int bufferSize)
throws MessagingException,
CMSException
Create a parser from a MimeBodyPart using the passed in buffer size
for reading it.
message
- body part to be parsed.bufferSize
- bufferSoze to be used.
SMIMECompressedParser
public SMIMECompressedParser(MimeMessage message)
throws MessagingException,
CMSException
SMIMECompressedParser
public SMIMECompressedParser(MimeMessage message,
int bufferSize)
throws MessagingException,
CMSException
Create a parser from a MimeMessage using the passed in buffer size
for reading it.
message
- message to be parsed.bufferSize
- bufferSoze to be used.
getCompressedContent
public MimePart getCompressedContent()