public class SMIMEAuthEnvelopedParser
extends org.bouncycastle.cms.CMSAuthEnvelopedDataParser
Constructor and Description |
---|
SMIMEAuthEnvelopedParser(javax.mail.internet.MimeBodyPart message) |
SMIMEAuthEnvelopedParser(javax.mail.internet.MimeBodyPart message,
int bufferSize)
Create a parser from a MimeBodyPart using the passed in buffer size
for reading it.
|
SMIMEAuthEnvelopedParser(javax.mail.internet.MimeMessage message) |
SMIMEAuthEnvelopedParser(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 |
getEncryptedContent() |
public SMIMEAuthEnvelopedParser(javax.mail.internet.MimeBodyPart message) throws java.io.IOException, javax.mail.MessagingException, org.bouncycastle.cms.CMSException
java.io.IOException
javax.mail.MessagingException
org.bouncycastle.cms.CMSException
public SMIMEAuthEnvelopedParser(javax.mail.internet.MimeMessage message) throws java.io.IOException, javax.mail.MessagingException, org.bouncycastle.cms.CMSException
java.io.IOException
javax.mail.MessagingException
org.bouncycastle.cms.CMSException
public SMIMEAuthEnvelopedParser(javax.mail.internet.MimeBodyPart message, int bufferSize) throws java.io.IOException, javax.mail.MessagingException, org.bouncycastle.cms.CMSException
message
- body part to be parsed.bufferSize
- bufferSoze to be used.java.io.IOException
javax.mail.MessagingException
org.bouncycastle.cms.CMSException
public SMIMEAuthEnvelopedParser(javax.mail.internet.MimeMessage message, int bufferSize) throws java.io.IOException, javax.mail.MessagingException, org.bouncycastle.cms.CMSException
message
- message to be parsed.bufferSize
- bufferSize to be used.java.io.IOException
javax.mail.MessagingException
org.bouncycastle.cms.CMSException