Class CMSCompressedDataGenerator


  • public class CMSCompressedDataGenerator
    extends java.lang.Object
    General class for generating a compressed CMS message.

    A simple example of usage.

    CMSCompressedDataGenerator fact = new CMSCompressedDataGenerator(); CMSCompressedData data = fact.generate(content, new ZlibCompressor());

    • Field Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      CMSCompressedData generate​(CMSTypedData content, org.bouncycastle.operator.OutputCompressor compressor)
      generate an object that contains an CMS Compressed Data
      • Methods inherited from class java.lang.Object

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

      • ZLIB

        public static final java.lang.String ZLIB
    • Constructor Detail

      • CMSCompressedDataGenerator

        public CMSCompressedDataGenerator()
        base constructor