public class SMIMEEnvelopedParser extends CMSEnvelopedDataParser
_contentInfo, _data
Constructor and Description |
---|
SMIMEEnvelopedParser(javax.mail.internet.MimeBodyPart message) |
SMIMEEnvelopedParser(javax.mail.internet.MimeBodyPart message,
int bufferSize)
Create a parser from a MimeBodyPart using the passed in buffer size
for reading it.
|
SMIMEEnvelopedParser(javax.mail.internet.MimeMessage message) |
SMIMEEnvelopedParser(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() |
getEncryptionAlgOID, getEncryptionAlgorithmParameters, getEncryptionAlgorithmParameters, getEncryptionAlgParams, getRecipientInfos, getUnprotectedAttributes
close
public SMIMEEnvelopedParser(javax.mail.internet.MimeBodyPart message) throws IOException, javax.mail.MessagingException, CMSException
IOException
javax.mail.MessagingException
CMSException
public SMIMEEnvelopedParser(javax.mail.internet.MimeMessage message) throws IOException, javax.mail.MessagingException, CMSException
IOException
javax.mail.MessagingException
CMSException
public SMIMEEnvelopedParser(javax.mail.internet.MimeBodyPart message, int bufferSize) throws IOException, javax.mail.MessagingException, CMSException
message
- body part to be parsed.bufferSize
- bufferSoze to be used.IOException
javax.mail.MessagingException
CMSException
public SMIMEEnvelopedParser(javax.mail.internet.MimeMessage message, int bufferSize) throws IOException, javax.mail.MessagingException, CMSException
message
- message to be parsed.bufferSize
- bufferSoze to be used.IOException
javax.mail.MessagingException
CMSException
Copyright © 2015. All rights reserved.