Bouncy Castle Cryptography Library 1.56
org.bouncycastle.mail.smime

Class SMIMECompressedGenerator

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String ZLIB 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      javax.mail.internet.MimeBodyPart generate(javax.mail.internet.MimeBodyPart content, org.bouncycastle.operator.OutputCompressor compressor)
      generate an compressed object that contains an SMIME Compressed object using the given provider from the contents of the passed in message
      javax.mail.internet.MimeBodyPart generate(javax.mail.internet.MimeMessage message, org.bouncycastle.operator.OutputCompressor compressor)
      generate an compressed object that contains an SMIME Compressed object using the given provider from the contents of the passed in message
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SMIMECompressedGenerator

        public SMIMECompressedGenerator()
    • Method Detail

      • generate

        public javax.mail.internet.MimeBodyPart generate(javax.mail.internet.MimeBodyPart content,
                                                org.bouncycastle.operator.OutputCompressor compressor)
                                                  throws SMIMEException
        generate an compressed object that contains an SMIME Compressed object using the given provider from the contents of the passed in message
        Throws:
        SMIMEException
      • generate

        public javax.mail.internet.MimeBodyPart generate(javax.mail.internet.MimeMessage message,
                                                org.bouncycastle.operator.OutputCompressor compressor)
                                                  throws SMIMEException
        generate an compressed object that contains an SMIME Compressed object using the given provider from the contents of the passed in message
        Throws:
        SMIMEException
Bouncy Castle Cryptography Library 1.56