Class CMSEncryptedGenerator

java.lang.Object
org.bouncycastle.cms.CMSEncryptedGenerator
Direct Known Subclasses:
CMSEncryptedDataGenerator

public class CMSEncryptedGenerator extends Object
General class for generating a CMS encrypted-data message.
  • Field Details

  • Constructor Details

    • CMSEncryptedGenerator

      protected CMSEncryptedGenerator()
      base constructor
  • Method Details

    • setUnprotectedAttributeGenerator

      public void setUnprotectedAttributeGenerator(CMSAttributeTableGenerator unprotectedAttributeGenerator)