org.bouncycastle.mail.smime
Class SMIMEEnveloped
java.lang.Object
org.bouncycastle.cms.CMSEnvelopedData
org.bouncycastle.mail.smime.SMIMEEnveloped
public class SMIMEEnveloped
- extends org.bouncycastle.cms.CMSEnvelopedData
containing class for an S/MIME pkcs7-mime encrypted MimePart.
| Methods inherited from class org.bouncycastle.cms.CMSEnvelopedData |
getContentEncryptionAlgorithm, getEncoded, getEncryptionAlgOID, getEncryptionAlgParams, getOriginatorInfo, getRecipientInfos, getUnprotectedAttributes, toASN1Structure |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SMIMEEnveloped
public SMIMEEnveloped(MimeBodyPart message)
throws MessagingException,
org.bouncycastle.cms.CMSException
- Throws:
MessagingException
org.bouncycastle.cms.CMSException
SMIMEEnveloped
public SMIMEEnveloped(MimeMessage message)
throws MessagingException,
org.bouncycastle.cms.CMSException
- Throws:
MessagingException
org.bouncycastle.cms.CMSException
getEncryptedContent
public MimePart getEncryptedContent()