org.bouncycastle.mail.smime
Class SMIMECompressed
java.lang.Object
|
+--org.bouncycastle.cms.CMSCompressedData
|
+--org.bouncycastle.mail.smime.SMIMECompressed
- All Implemented Interfaces:
- org.bouncycastle.util.Encodable
- 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 |
getCompressedContentType, getContent, getContentStream, getContentType, getEncoded, toASN1Structure |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SMIMECompressed
public SMIMECompressed(javax.mail.internet.MimeBodyPart message)
throws javax.mail.MessagingException,
org.bouncycastle.cms.CMSException
SMIMECompressed
public SMIMECompressed(javax.mail.internet.MimeMessage message)
throws javax.mail.MessagingException,
org.bouncycastle.cms.CMSException
getCompressedContent
public javax.mail.internet.MimePart getCompressedContent()