Package org.bouncycastle.mail.smime
Class SMIMEAuthEnveloped
java.lang.Object
org.bouncycastle.cms.CMSAuthEnvelopedData
org.bouncycastle.mail.smime.SMIMEAuthEnveloped
- All Implemented Interfaces:
org.bouncycastle.util.Encodable
public class SMIMEAuthEnveloped
extends org.bouncycastle.cms.CMSAuthEnvelopedData
containing class for an S/MIME pkcs7-mime encrypted MimePart.
-
Constructor Summary
ConstructorsConstructorDescriptionSMIMEAuthEnveloped
(javax.mail.internet.MimeBodyPart message) SMIMEAuthEnveloped
(javax.mail.internet.MimeMessage message) -
Method Summary
Methods inherited from class org.bouncycastle.cms.CMSAuthEnvelopedData
getAuthAttrs, getEncoded, getEncryptionAlgOID, getMac, getOriginatorInfo, getRecipientInfos, getUnauthAttrs, toASN1Structure
-
Constructor Details
-
SMIMEAuthEnveloped
public SMIMEAuthEnveloped(javax.mail.internet.MimeBodyPart message) throws javax.mail.MessagingException, org.bouncycastle.cms.CMSException - Throws:
javax.mail.MessagingException
org.bouncycastle.cms.CMSException
-
SMIMEAuthEnveloped
public SMIMEAuthEnveloped(javax.mail.internet.MimeMessage message) throws javax.mail.MessagingException, org.bouncycastle.cms.CMSException - Throws:
javax.mail.MessagingException
org.bouncycastle.cms.CMSException
-
-
Method Details
-
getEncryptedContent
public javax.mail.internet.MimePart getEncryptedContent()
-