Skip navigation links
old.org.bouncycastle.mail.smime

Class SMIMECompressedGenerator

    • Constructor Detail

      • SMIMECompressedGenerator

        public SMIMECompressedGenerator()
    • Method Detail

      • generate

        public javax.mail.internet.MimeBodyPart generate(javax.mail.internet.MimeBodyPart content,
                                                         String compressionOID)
                                                  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,
                                                         String compressionOID)
                                                  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

Copyright © 2015. All rights reserved.