class org.bouncycastle.cert.path.CertPathValidationResultBuilder
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.bouncycastle.cert.path.CertPathValidationResultBuilder
  super_class: java.lang.Object
{
  private final org.bouncycastle.cert.path.CertPathValidationContext context;
    descriptor: Lorg/bouncycastle/cert/path/CertPathValidationContext;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.List<java.lang.Integer> certIndexes;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Ljava/lang/Integer;>;

  private final java.util.List<java.lang.Integer> ruleIndexes;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Ljava/lang/Integer;>;

  private final java.util.List<org.bouncycastle.cert.path.CertPathValidationException> exceptions;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lorg/bouncycastle/cert/path/CertPathValidationException;>;

  void <init>(org.bouncycastle.cert.path.CertPathValidationContext);
    descriptor: (Lorg/bouncycastle/cert/path/CertPathValidationContext;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.bouncycastle.cert.path.CertPathValidationResultBuilder this
        start local 1 // org.bouncycastle.cert.path.CertPathValidationContext context
         0: .line 15
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 11
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.bouncycastle.cert.path.CertPathValidationResultBuilder.certIndexes:Ljava/util/List;
         2: .line 12
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.bouncycastle.cert.path.CertPathValidationResultBuilder.ruleIndexes:Ljava/util/List;
         3: .line 13
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.bouncycastle.cert.path.CertPathValidationResultBuilder.exceptions:Ljava/util/List;
         4: .line 17
            aload 0 /* this */
            aload 1 /* context */
            putfield org.bouncycastle.cert.path.CertPathValidationResultBuilder.context:Lorg/bouncycastle/cert/path/CertPathValidationContext;
         5: .line 18
            return
        end local 1 // org.bouncycastle.cert.path.CertPathValidationContext context
        end local 0 // org.bouncycastle.cert.path.CertPathValidationResultBuilder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/bouncycastle/cert/path/CertPathValidationResultBuilder;
            0    6     1  context  Lorg/bouncycastle/cert/path/CertPathValidationContext;
    MethodParameters:
         Name  Flags
      context  

  public org.bouncycastle.cert.path.CertPathValidationResult build();
    descriptor: ()Lorg/bouncycastle/cert/path/CertPathValidationResult;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // org.bouncycastle.cert.path.CertPathValidationResultBuilder this
         0: .line 22
            aload 0 /* this */
            getfield org.bouncycastle.cert.path.CertPathValidationResultBuilder.exceptions:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 2
         1: .line 24
            new org.bouncycastle.cert.path.CertPathValidationResult
            dup
            aload 0 /* this */
            getfield org.bouncycastle.cert.path.CertPathValidationResultBuilder.context:Lorg/bouncycastle/cert/path/CertPathValidationContext;
            invokespecial org.bouncycastle.cert.path.CertPathValidationResult.<init>:(Lorg/bouncycastle/cert/path/CertPathValidationContext;)V
            areturn
         2: .line 28
      StackMap locals:
      StackMap stack:
            new org.bouncycastle.cert.path.CertPathValidationResult
            dup
            aload 0 /* this */
            getfield org.bouncycastle.cert.path.CertPathValidationResultBuilder.context:Lorg/bouncycastle/cert/path/CertPathValidationContext;
         3: .line 29
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.cert.path.CertPathValidationResultBuilder.certIndexes:Ljava/util/List;
            invokevirtual org.bouncycastle.cert.path.CertPathValidationResultBuilder.toInts:(Ljava/util/List;)[I
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.cert.path.CertPathValidationResultBuilder.ruleIndexes:Ljava/util/List;
            invokevirtual org.bouncycastle.cert.path.CertPathValidationResultBuilder.toInts:(Ljava/util/List;)[I
            aload 0 /* this */
            getfield org.bouncycastle.cert.path.CertPathValidationResultBuilder.exceptions:Ljava/util/List;
            aload 0 /* this */
            getfield org.bouncycastle.cert.path.CertPathValidationResultBuilder.exceptions:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            anewarray org.bouncycastle.cert.path.CertPathValidationException
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast org.bouncycastle.cert.path.CertPathValidationException[]
         4: .line 28
            invokespecial org.bouncycastle.cert.path.CertPathValidationResult.<init>:(Lorg/bouncycastle/cert/path/CertPathValidationContext;[I[I[Lorg/bouncycastle/cert/path/CertPathValidationException;)V
            areturn
        end local 0 // org.bouncycastle.cert.path.CertPathValidationResultBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/bouncycastle/cert/path/CertPathValidationResultBuilder;

  public void addException(int, int, org.bouncycastle.cert.path.CertPathValidationException);
    descriptor: (IILorg/bouncycastle/cert/path/CertPathValidationException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.bouncycastle.cert.path.CertPathValidationResultBuilder this
        start local 1 // int certIndex
        start local 2 // int ruleIndex
        start local 3 // org.bouncycastle.cert.path.CertPathValidationException exception
         0: .line 35
            aload 0 /* this */
            getfield org.bouncycastle.cert.path.CertPathValidationResultBuilder.certIndexes:Ljava/util/List;
            iload 1 /* certIndex */
            invokestatic org.bouncycastle.util.Integers.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 36
            aload 0 /* this */
            getfield org.bouncycastle.cert.path.CertPathValidationResultBuilder.ruleIndexes:Ljava/util/List;
            iload 2 /* ruleIndex */
            invokestatic org.bouncycastle.util.Integers.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         2: .line 37
            aload 0 /* this */
            getfield org.bouncycastle.cert.path.CertPathValidationResultBuilder.exceptions:Ljava/util/List;
            aload 3 /* exception */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         3: .line 38
            return
        end local 3 // org.bouncycastle.cert.path.CertPathValidationException exception
        end local 2 // int ruleIndex
        end local 1 // int certIndex
        end local 0 // org.bouncycastle.cert.path.CertPathValidationResultBuilder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/bouncycastle/cert/path/CertPathValidationResultBuilder;
            0    4     1  certIndex  I
            0    4     2  ruleIndex  I
            0    4     3  exception  Lorg/bouncycastle/cert/path/CertPathValidationException;
    MethodParameters:
           Name  Flags
      certIndex  
      ruleIndex  
      exception  

  private int[] toInts(java.util.List<java.lang.Integer>);
    descriptor: (Ljava/util/List;)[I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.bouncycastle.cert.path.CertPathValidationResultBuilder this
        start local 1 // java.util.List values
         0: .line 42
            aload 1 /* values */
            invokeinterface java.util.List.size:()I
            newarray 10
            astore 2 /* rv */
        start local 2 // int[] rv
         1: .line 44
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 5
         3: .line 46
      StackMap locals: int[] int
      StackMap stack:
            aload 2 /* rv */
            iload 3 /* i */
            aload 1 /* values */
            iload 3 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            iastore
         4: .line 44
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 3 /* i */
            aload 2 /* rv */
            arraylength
            if_icmpne 3
        end local 3 // int i
         6: .line 49
            aload 2 /* rv */
            areturn
        end local 2 // int[] rv
        end local 1 // java.util.List values
        end local 0 // org.bouncycastle.cert.path.CertPathValidationResultBuilder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/bouncycastle/cert/path/CertPathValidationResultBuilder;
            0    7     1  values  Ljava/util/List<Ljava/lang/Integer;>;
            1    7     2      rv  [I
            2    6     3       i  I
    Signature: (Ljava/util/List<Ljava/lang/Integer;>;)[I
    MethodParameters:
        Name  Flags
      values  
}
SourceFile: "CertPathValidationResultBuilder.java"