public class org.bouncycastle.cms.CMSEncryptedGenerator
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.cms.CMSEncryptedGenerator
  super_class: java.lang.Object
{
  protected org.bouncycastle.cms.CMSAttributeTableGenerator unprotectedAttributeGenerator;
    descriptor: Lorg/bouncycastle/cms/CMSAttributeTableGenerator;
    flags: (0x0004) ACC_PROTECTED

  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.bouncycastle.cms.CMSEncryptedGenerator this
         0: .line 13
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 8
            aload 0 /* this */
            aconst_null
            putfield org.bouncycastle.cms.CMSEncryptedGenerator.unprotectedAttributeGenerator:Lorg/bouncycastle/cms/CMSAttributeTableGenerator;
         2: .line 15
            return
        end local 0 // org.bouncycastle.cms.CMSEncryptedGenerator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/bouncycastle/cms/CMSEncryptedGenerator;

  public void setUnprotectedAttributeGenerator(org.bouncycastle.cms.CMSAttributeTableGenerator);
    descriptor: (Lorg/bouncycastle/cms/CMSAttributeTableGenerator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.bouncycastle.cms.CMSEncryptedGenerator this
        start local 1 // org.bouncycastle.cms.CMSAttributeTableGenerator unprotectedAttributeGenerator
         0: .line 19
            aload 0 /* this */
            aload 1 /* unprotectedAttributeGenerator */
            putfield org.bouncycastle.cms.CMSEncryptedGenerator.unprotectedAttributeGenerator:Lorg/bouncycastle/cms/CMSAttributeTableGenerator;
         1: .line 20
            return
        end local 1 // org.bouncycastle.cms.CMSAttributeTableGenerator unprotectedAttributeGenerator
        end local 0 // org.bouncycastle.cms.CMSEncryptedGenerator this
      LocalVariableTable:
        Start  End  Slot                           Name  Signature
            0    2     0                           this  Lorg/bouncycastle/cms/CMSEncryptedGenerator;
            0    2     1  unprotectedAttributeGenerator  Lorg/bouncycastle/cms/CMSAttributeTableGenerator;
    MethodParameters:
                               Name  Flags
      unprotectedAttributeGenerator  
}
SourceFile: "CMSEncryptedGenerator.java"