public class SMIMECompressedParser
extends org.bouncycastle.cms.CMSCompressedDataParser
Constructor and Description |
---|
SMIMECompressedParser(MimeBodyPart message) |
SMIMECompressedParser(MimeBodyPart message,
int bufferSize)
Create a parser from a MimeBodyPart using the passed in buffer size
for reading it.
|
SMIMECompressedParser(MimeMessage message) |
SMIMECompressedParser(MimeMessage message,
int bufferSize)
Create a parser from a MimeMessage using the passed in buffer size
for reading it.
|
Modifier and Type | Method and Description |
---|---|
MimePart |
getCompressedContent() |
public SMIMECompressedParser(MimeBodyPart message) throws MessagingException, org.bouncycastle.cms.CMSException
MessagingException
org.bouncycastle.cms.CMSException
public SMIMECompressedParser(MimeMessage message) throws MessagingException, org.bouncycastle.cms.CMSException
MessagingException
org.bouncycastle.cms.CMSException
public SMIMECompressedParser(MimeBodyPart message, int bufferSize) throws MessagingException, org.bouncycastle.cms.CMSException
message
- body part to be parsed.bufferSize
- bufferSoze to be used.MessagingException
org.bouncycastle.cms.CMSException
public SMIMECompressedParser(MimeMessage message, int bufferSize) throws MessagingException, org.bouncycastle.cms.CMSException
message
- message to be parsed.bufferSize
- bufferSoze to be used.MessagingException
org.bouncycastle.cms.CMSException