org.bouncycastle.mail.smime
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, getUnprotectedAttributes
close
public SMIMEEnvelopedParser(MimeBodyPart message) throws java.io.IOException, MessagingException, CMSException
java.io.IOException
MessagingException
CMSException
public SMIMEEnvelopedParser(MimeMessage message) throws java.io.IOException, MessagingException, CMSException
java.io.IOException
MessagingException
CMSException
public SMIMEEnvelopedParser(MimeBodyPart message, int bufferSize) throws java.io.IOException, MessagingException, CMSException
message
- body part to be parsed.bufferSize
- bufferSoze to be used.java.io.IOException
MessagingException
CMSException
public SMIMEEnvelopedParser(MimeMessage message, int bufferSize) throws java.io.IOException, MessagingException, CMSException
message
- message to be parsed.bufferSize
- bufferSoze to be used.java.io.IOException
MessagingException
CMSException