class org.bouncycastle.tsp.TimeStampTokenGenerator$1 implements org.bouncycastle.cms.CMSAttributeTableGenerator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.bouncycastle.tsp.TimeStampTokenGenerator$1
  super_class: java.lang.Object
{
  final org.bouncycastle.tsp.TimeStampTokenGenerator this$0;
    descriptor: Lorg/bouncycastle/tsp/TimeStampTokenGenerator;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final org.bouncycastle.cms.SignerInfoGenerator val$signerInfoGen;
    descriptor: Lorg/bouncycastle/cms/SignerInfoGenerator;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final org.bouncycastle.asn1.ess.ESSCertID val$essCertid;
    descriptor: Lorg/bouncycastle/asn1/ess/ESSCertID;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.bouncycastle.tsp.TimeStampTokenGenerator, org.bouncycastle.cms.SignerInfoGenerator, org.bouncycastle.asn1.ess.ESSCertID);
    descriptor: (Lorg/bouncycastle/tsp/TimeStampTokenGenerator;Lorg/bouncycastle/cms/SignerInfoGenerator;Lorg/bouncycastle/asn1/ess/ESSCertID;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.bouncycastle.tsp.TimeStampTokenGenerator$1 this
         0: .line 187
            aload 0 /* this */
            aload 1
            putfield org.bouncycastle.tsp.TimeStampTokenGenerator$1.this$0:Lorg/bouncycastle/tsp/TimeStampTokenGenerator;
            aload 0 /* this */
            aload 2
            putfield org.bouncycastle.tsp.TimeStampTokenGenerator$1.val$signerInfoGen:Lorg/bouncycastle/cms/SignerInfoGenerator;
            aload 0 /* this */
            aload 3
            putfield org.bouncycastle.tsp.TimeStampTokenGenerator$1.val$essCertid:Lorg/bouncycastle/asn1/ess/ESSCertID;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.bouncycastle.tsp.TimeStampTokenGenerator$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/tsp/TimeStampTokenGenerator$1;
    MethodParameters:
                   Name  Flags
      this$0             final
      val$signerInfoGen  final
      val$essCertid      final

  public org.bouncycastle.asn1.cms.AttributeTable getAttributes(java.util.Map);
    descriptor: (Ljava/util/Map;)Lorg/bouncycastle/asn1/cms/AttributeTable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.bouncycastle.tsp.TimeStampTokenGenerator$1 this
        start local 1 // java.util.Map parameters
         0: .line 192
            aload 0 /* this */
            getfield org.bouncycastle.tsp.TimeStampTokenGenerator$1.val$signerInfoGen:Lorg/bouncycastle/cms/SignerInfoGenerator;
            invokevirtual org.bouncycastle.cms.SignerInfoGenerator.getSignedAttributeTableGenerator:()Lorg/bouncycastle/cms/CMSAttributeTableGenerator;
            aload 1 /* parameters */
            invokeinterface org.bouncycastle.cms.CMSAttributeTableGenerator.getAttributes:(Ljava/util/Map;)Lorg/bouncycastle/asn1/cms/AttributeTable;
            astore 2 /* table */
        start local 2 // org.bouncycastle.asn1.cms.AttributeTable table
         1: .line 194
            aload 2 /* table */
            getstatic org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers.id_aa_signingCertificate:Lorg/bouncycastle/asn1/ASN1ObjectIdentifier;
            invokevirtual org.bouncycastle.asn1.cms.AttributeTable.get:(Lorg/bouncycastle/asn1/ASN1ObjectIdentifier;)Lorg/bouncycastle/asn1/cms/Attribute;
            ifnonnull 3
         2: .line 196
            aload 2 /* table */
            getstatic org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers.id_aa_signingCertificate:Lorg/bouncycastle/asn1/ASN1ObjectIdentifier;
            new org.bouncycastle.asn1.ess.SigningCertificate
            dup
            aload 0 /* this */
            getfield org.bouncycastle.tsp.TimeStampTokenGenerator$1.val$essCertid:Lorg/bouncycastle/asn1/ess/ESSCertID;
            invokespecial org.bouncycastle.asn1.ess.SigningCertificate.<init>:(Lorg/bouncycastle/asn1/ess/ESSCertID;)V
            invokevirtual org.bouncycastle.asn1.cms.AttributeTable.add:(Lorg/bouncycastle/asn1/ASN1ObjectIdentifier;Lorg/bouncycastle/asn1/ASN1Encodable;)Lorg/bouncycastle/asn1/cms/AttributeTable;
            areturn
         3: .line 199
      StackMap locals: org.bouncycastle.asn1.cms.AttributeTable
      StackMap stack:
            aload 2 /* table */
            areturn
        end local 2 // org.bouncycastle.asn1.cms.AttributeTable table
        end local 1 // java.util.Map parameters
        end local 0 // org.bouncycastle.tsp.TimeStampTokenGenerator$1 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/bouncycastle/tsp/TimeStampTokenGenerator$1;
            0    4     1  parameters  Ljava/util/Map;
            1    4     2       table  Lorg/bouncycastle/asn1/cms/AttributeTable;
    Exceptions:
      throws org.bouncycastle.cms.CMSAttributeTableGenerationException
    MethodParameters:
            Name  Flags
      parameters  
}
SourceFile: "TimeStampTokenGenerator.java"
EnclosingMethod: org.bouncycastle.tsp.TimeStampTokenGenerator.<init>:(Lorg/bouncycastle/cms/SignerInfoGenerator;Lorg/bouncycastle/operator/DigestCalculator;Lorg/bouncycastle/asn1/ASN1ObjectIdentifier;Z)V
NestHost: org.bouncycastle.tsp.TimeStampTokenGenerator
InnerClasses:
  org.bouncycastle.tsp.TimeStampTokenGenerator$1