public class SMIMEEnvelopedParser extends CMSEnvelopedDataParser
_contentInfo, _data| Constructor and Description |
|---|
SMIMEEnvelopedParser(MimeBodyPart message) |
SMIMEEnvelopedParser(MimeBodyPart message,
int bufferSize)
Create a parser from a MimeBodyPart using the passed in buffer size
for reading it.
|
SMIMEEnvelopedParser(MimeMessage message) |
SMIMEEnvelopedParser(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 |
getEncryptedContent() |
getEncryptionAlgOID, getEncryptionAlgorithmParameters, getEncryptionAlgorithmParameters, getEncryptionAlgParams, getRecipientInfos, getUnprotectedAttributesclosepublic SMIMEEnvelopedParser(MimeBodyPart message)
throws java.io.IOException,
MessagingException,
CMSException
java.io.IOExceptionMessagingExceptionCMSExceptionpublic SMIMEEnvelopedParser(MimeMessage message)
throws java.io.IOException,
MessagingException,
CMSException
java.io.IOExceptionMessagingExceptionCMSExceptionpublic SMIMEEnvelopedParser(MimeBodyPart message,
int bufferSize)
throws java.io.IOException,
MessagingException,
CMSException
message - body part to be parsed.bufferSize - bufferSoze to be used.java.io.IOExceptionMessagingExceptionCMSExceptionpublic SMIMEEnvelopedParser(MimeMessage message,
int bufferSize)
throws java.io.IOException,
MessagingException,
CMSException
message - message to be parsed.bufferSize - bufferSoze to be used.java.io.IOExceptionMessagingExceptionCMSException