public class SMIMECompressedParser
extends org.bouncycastle.cms.CMSCompressedDataParser
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
javax.mail.internet.MimePart |
getCompressedContent() |
public SMIMECompressedParser(javax.mail.internet.MimeBodyPart message) throws javax.mail.MessagingException, org.bouncycastle.cms.CMSException
javax.mail.MessagingException
org.bouncycastle.cms.CMSException
public SMIMECompressedParser(javax.mail.internet.MimeMessage message) throws javax.mail.MessagingException, org.bouncycastle.cms.CMSException
javax.mail.MessagingException
org.bouncycastle.cms.CMSException
public SMIMECompressedParser(javax.mail.internet.MimeBodyPart message, int bufferSize) throws javax.mail.MessagingException, org.bouncycastle.cms.CMSException
message
- body part to be parsed.bufferSize
- bufferSoze to be used.javax.mail.MessagingException
org.bouncycastle.cms.CMSException
public SMIMECompressedParser(javax.mail.internet.MimeMessage message, int bufferSize) throws javax.mail.MessagingException, org.bouncycastle.cms.CMSException
message
- message to be parsed.bufferSize
- bufferSoze to be used.javax.mail.MessagingException
org.bouncycastle.cms.CMSException