Bouncy Castle Cryptography 1.46

org.bouncycastle.mail.smime
Class SMIMEEnveloped

java.lang.Object
  extended by org.bouncycastle.cms.CMSEnvelopedData
      extended by org.bouncycastle.mail.smime.SMIMEEnveloped

public class SMIMEEnveloped
extends CMSEnvelopedData

containing class for an S/MIME pkcs7-mime encrypted MimePart.


Constructor Summary
SMIMEEnveloped(javax.mail.internet.MimeBodyPart message)
           
SMIMEEnveloped(javax.mail.internet.MimeMessage message)
           
 
Method Summary
 javax.mail.internet.MimePart getEncryptedContent()
           
 
Methods inherited from class org.bouncycastle.cms.CMSEnvelopedData
getContentInfo, getEncoded, getEncryptionAlgOID, getEncryptionAlgorithmParameters, getEncryptionAlgorithmParameters, getEncryptionAlgParams, getRecipientInfos, getUnprotectedAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SMIMEEnveloped

public SMIMEEnveloped(javax.mail.internet.MimeBodyPart message)
               throws javax.mail.MessagingException,
                      CMSException
Throws:
javax.mail.MessagingException
CMSException

SMIMEEnveloped

public SMIMEEnveloped(javax.mail.internet.MimeMessage message)
               throws javax.mail.MessagingException,
                      CMSException
Throws:
javax.mail.MessagingException
CMSException
Method Detail

getEncryptedContent

public javax.mail.internet.MimePart getEncryptedContent()

Bouncy Castle Cryptography 1.46