public class SMIMEEnveloped extends CMSEnvelopedData
Constructor and Description |
---|
SMIMEEnveloped(javax.mail.internet.MimeBodyPart message) |
SMIMEEnveloped(javax.mail.internet.MimeMessage message) |
Modifier and Type | Method and Description |
---|---|
javax.mail.internet.MimePart |
getEncryptedContent() |
getContentEncryptionAlgorithm, getEncoded, getEncryptionAlgOID, getEncryptionAlgParams, getOriginatorInfo, getRecipientInfos, getUnprotectedAttributes, toASN1Structure
public SMIMEEnveloped(javax.mail.internet.MimeBodyPart message) throws javax.mail.MessagingException, CMSException
javax.mail.MessagingException
CMSException
public SMIMEEnveloped(javax.mail.internet.MimeMessage message) throws javax.mail.MessagingException, CMSException
javax.mail.MessagingException
CMSException
Copyright © 2018 BouncyCastle.org. All rights reserved.