org.bouncycastle.mail.smime
Class SMIMECompressed
java.lang.Object
org.bouncycastle.cms.CMSCompressedData
org.bouncycastle.mail.smime.SMIMECompressed
public class SMIMECompressed
- extends org.bouncycastle.cms.CMSCompressedData
containing class for an S/MIME pkcs7-mime MimePart.
| Methods inherited from class org.bouncycastle.cms.CMSCompressedData |
getContent, getContentType, getEncoded, toASN1Structure |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SMIMECompressed
public SMIMECompressed(MimeBodyPart message)
throws MessagingException,
org.bouncycastle.cms.CMSException
- Throws:
MessagingException
org.bouncycastle.cms.CMSException
SMIMECompressed
public SMIMECompressed(MimeMessage message)
throws MessagingException,
org.bouncycastle.cms.CMSException
- Throws:
MessagingException
org.bouncycastle.cms.CMSException
getCompressedContent
public MimePart getCompressedContent()