public class org.bouncycastle.cert.path.CertPathValidationResult
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.cert.path.CertPathValidationResult
  super_class: java.lang.Object
{
  private final boolean isValid;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.bouncycastle.cert.path.CertPathValidationException cause;
    descriptor: Lorg/bouncycastle/cert/path/CertPathValidationException;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.Set unhandledCriticalExtensionOIDs;
    descriptor: Ljava/util/Set;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int certIndex;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int ruleIndex;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private org.bouncycastle.cert.path.CertPathValidationException[] causes;
    descriptor: [Lorg/bouncycastle/cert/path/CertPathValidationException;
    flags: (0x0002) ACC_PRIVATE

  private int[] certIndexes;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  private int[] ruleIndexes;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.bouncycastle.cert.path.CertPathValidationContext);
    descriptor: (Lorg/bouncycastle/cert/path/CertPathValidationContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.bouncycastle.cert.path.CertPathValidationResult this
        start local 1 // org.bouncycastle.cert.path.CertPathValidationContext context
         0: .line 20
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 22
            aload 0 /* this */
            aload 1 /* context */
            invokevirtual org.bouncycastle.cert.path.CertPathValidationContext.getUnhandledCriticalExtensionOIDs:()Ljava/util/Set;
            invokestatic java.util.Collections.unmodifiableSet:(Ljava/util/Set;)Ljava/util/Set;
            putfield org.bouncycastle.cert.path.CertPathValidationResult.unhandledCriticalExtensionOIDs:Ljava/util/Set;
         2: .line 23
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.cert.path.CertPathValidationResult.unhandledCriticalExtensionOIDs:Ljava/util/Set;
            invokeinterface java.util.Set.isEmpty:()Z
            putfield org.bouncycastle.cert.path.CertPathValidationResult.isValid:Z
         3: .line 24
            aload 0 /* this */
            iconst_m1
            putfield org.bouncycastle.cert.path.CertPathValidationResult.certIndex:I
         4: .line 25
            aload 0 /* this */
            iconst_m1
            putfield org.bouncycastle.cert.path.CertPathValidationResult.ruleIndex:I
         5: .line 26
            aload 0 /* this */
            aconst_null
            putfield org.bouncycastle.cert.path.CertPathValidationResult.cause:Lorg/bouncycastle/cert/path/CertPathValidationException;
         6: .line 27
            return
        end local 1 // org.bouncycastle.cert.path.CertPathValidationContext context
        end local 0 // org.bouncycastle.cert.path.CertPathValidationResult this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lorg/bouncycastle/cert/path/CertPathValidationResult;
            0    7     1  context  Lorg/bouncycastle/cert/path/CertPathValidationContext;
    MethodParameters:
         Name  Flags
      context  

  public void <init>(org.bouncycastle.cert.path.CertPathValidationContext, int, int, org.bouncycastle.cert.path.CertPathValidationException);
    descriptor: (Lorg/bouncycastle/cert/path/CertPathValidationContext;IILorg/bouncycastle/cert/path/CertPathValidationException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // org.bouncycastle.cert.path.CertPathValidationResult this
        start local 1 // org.bouncycastle.cert.path.CertPathValidationContext context
        start local 2 // int certIndex
        start local 3 // int ruleIndex
        start local 4 // org.bouncycastle.cert.path.CertPathValidationException cause
         0: .line 29
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 31
            aload 0 /* this */
            aload 1 /* context */
            invokevirtual org.bouncycastle.cert.path.CertPathValidationContext.getUnhandledCriticalExtensionOIDs:()Ljava/util/Set;
            invokestatic java.util.Collections.unmodifiableSet:(Ljava/util/Set;)Ljava/util/Set;
            putfield org.bouncycastle.cert.path.CertPathValidationResult.unhandledCriticalExtensionOIDs:Ljava/util/Set;
         2: .line 32
            aload 0 /* this */
            iconst_0
            putfield org.bouncycastle.cert.path.CertPathValidationResult.isValid:Z
         3: .line 33
            aload 0 /* this */
            iload 2 /* certIndex */
            putfield org.bouncycastle.cert.path.CertPathValidationResult.certIndex:I
         4: .line 34
            aload 0 /* this */
            iload 3 /* ruleIndex */
            putfield org.bouncycastle.cert.path.CertPathValidationResult.ruleIndex:I
         5: .line 35
            aload 0 /* this */
            aload 4 /* cause */
            putfield org.bouncycastle.cert.path.CertPathValidationResult.cause:Lorg/bouncycastle/cert/path/CertPathValidationException;
         6: .line 36
            return
        end local 4 // org.bouncycastle.cert.path.CertPathValidationException cause
        end local 3 // int ruleIndex
        end local 2 // int certIndex
        end local 1 // org.bouncycastle.cert.path.CertPathValidationContext context
        end local 0 // org.bouncycastle.cert.path.CertPathValidationResult this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/bouncycastle/cert/path/CertPathValidationResult;
            0    7     1    context  Lorg/bouncycastle/cert/path/CertPathValidationContext;
            0    7     2  certIndex  I
            0    7     3  ruleIndex  I
            0    7     4      cause  Lorg/bouncycastle/cert/path/CertPathValidationException;
    MethodParameters:
           Name  Flags
      context    
      certIndex  
      ruleIndex  
      cause      

  public void <init>(org.bouncycastle.cert.path.CertPathValidationContext, int[], int[], org.bouncycastle.cert.path.CertPathValidationException[]);
    descriptor: (Lorg/bouncycastle/cert/path/CertPathValidationContext;[I[I[Lorg/bouncycastle/cert/path/CertPathValidationException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.bouncycastle.cert.path.CertPathValidationResult this
        start local 1 // org.bouncycastle.cert.path.CertPathValidationContext context
        start local 2 // int[] certIndexes
        start local 3 // int[] ruleIndexes
        start local 4 // org.bouncycastle.cert.path.CertPathValidationException[] causes
         0: .line 38
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 40
            aload 0 /* this */
            aload 1 /* context */
            invokevirtual org.bouncycastle.cert.path.CertPathValidationContext.getUnhandledCriticalExtensionOIDs:()Ljava/util/Set;
            invokestatic java.util.Collections.unmodifiableSet:(Ljava/util/Set;)Ljava/util/Set;
            putfield org.bouncycastle.cert.path.CertPathValidationResult.unhandledCriticalExtensionOIDs:Ljava/util/Set;
         2: .line 41
            aload 0 /* this */
            iconst_0
            putfield org.bouncycastle.cert.path.CertPathValidationResult.isValid:Z
         3: .line 42
            aload 0 /* this */
            aload 4 /* causes */
            iconst_0
            aaload
            putfield org.bouncycastle.cert.path.CertPathValidationResult.cause:Lorg/bouncycastle/cert/path/CertPathValidationException;
         4: .line 43
            aload 0 /* this */
            aload 2 /* certIndexes */
            iconst_0
            iaload
            putfield org.bouncycastle.cert.path.CertPathValidationResult.certIndex:I
         5: .line 44
            aload 0 /* this */
            aload 3 /* ruleIndexes */
            iconst_0
            iaload
            putfield org.bouncycastle.cert.path.CertPathValidationResult.ruleIndex:I
         6: .line 45
            aload 0 /* this */
            aload 4 /* causes */
            putfield org.bouncycastle.cert.path.CertPathValidationResult.causes:[Lorg/bouncycastle/cert/path/CertPathValidationException;
         7: .line 46
            aload 0 /* this */
            aload 2 /* certIndexes */
            putfield org.bouncycastle.cert.path.CertPathValidationResult.certIndexes:[I
         8: .line 47
            aload 0 /* this */
            aload 3 /* ruleIndexes */
            putfield org.bouncycastle.cert.path.CertPathValidationResult.ruleIndexes:[I
         9: .line 48
            return
        end local 4 // org.bouncycastle.cert.path.CertPathValidationException[] causes
        end local 3 // int[] ruleIndexes
        end local 2 // int[] certIndexes
        end local 1 // org.bouncycastle.cert.path.CertPathValidationContext context
        end local 0 // org.bouncycastle.cert.path.CertPathValidationResult this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   10     0         this  Lorg/bouncycastle/cert/path/CertPathValidationResult;
            0   10     1      context  Lorg/bouncycastle/cert/path/CertPathValidationContext;
            0   10     2  certIndexes  [I
            0   10     3  ruleIndexes  [I
            0   10     4       causes  [Lorg/bouncycastle/cert/path/CertPathValidationException;
    MethodParameters:
             Name  Flags
      context      
      certIndexes  
      ruleIndexes  
      causes       

  public boolean isValid();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.cert.path.CertPathValidationResult this
         0: .line 52
            aload 0 /* this */
            getfield org.bouncycastle.cert.path.CertPathValidationResult.isValid:Z
            ireturn
        end local 0 // org.bouncycastle.cert.path.CertPathValidationResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/cert/path/CertPathValidationResult;

  public org.bouncycastle.cert.path.CertPathValidationException getCause();
    descriptor: ()Lorg/bouncycastle/cert/path/CertPathValidationException;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.bouncycastle.cert.path.CertPathValidationResult this
         0: .line 57
            aload 0 /* this */
            getfield org.bouncycastle.cert.path.CertPathValidationResult.cause:Lorg/bouncycastle/cert/path/CertPathValidationException;
            ifnull 2
         1: .line 59
            aload 0 /* this */
            getfield org.bouncycastle.cert.path.CertPathValidationResult.cause:Lorg/bouncycastle/cert/path/CertPathValidationException;
            areturn
         2: .line 62
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.cert.path.CertPathValidationResult.unhandledCriticalExtensionOIDs:Ljava/util/Set;
            invokeinterface java.util.Set.isEmpty:()Z
            ifne 4
         3: .line 64
            new org.bouncycastle.cert.path.CertPathValidationException
            dup
            ldc "Unhandled Critical Extensions"
            invokespecial org.bouncycastle.cert.path.CertPathValidationException.<init>:(Ljava/lang/String;)V
            areturn
         4: .line 67
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // org.bouncycastle.cert.path.CertPathValidationResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/bouncycastle/cert/path/CertPathValidationResult;

  public int getFailingCertIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.cert.path.CertPathValidationResult this
         0: .line 72
            aload 0 /* this */
            getfield org.bouncycastle.cert.path.CertPathValidationResult.certIndex:I
            ireturn
        end local 0 // org.bouncycastle.cert.path.CertPathValidationResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/cert/path/CertPathValidationResult;

  public int getFailingRuleIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.cert.path.CertPathValidationResult this
         0: .line 77
            aload 0 /* this */
            getfield org.bouncycastle.cert.path.CertPathValidationResult.ruleIndex:I
            ireturn
        end local 0 // org.bouncycastle.cert.path.CertPathValidationResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/cert/path/CertPathValidationResult;

  public java.util.Set getUnhandledCriticalExtensionOIDs();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.cert.path.CertPathValidationResult this
         0: .line 82
            aload 0 /* this */
            getfield org.bouncycastle.cert.path.CertPathValidationResult.unhandledCriticalExtensionOIDs:Ljava/util/Set;
            areturn
        end local 0 // org.bouncycastle.cert.path.CertPathValidationResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/cert/path/CertPathValidationResult;

  public boolean isDetailed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.cert.path.CertPathValidationResult this
         0: .line 87
            aload 0 /* this */
            getfield org.bouncycastle.cert.path.CertPathValidationResult.certIndexes:[I
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.bouncycastle.cert.path.CertPathValidationResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/bouncycastle/cert/path/CertPathValidationResult;

  public org.bouncycastle.cert.path.CertPathValidationException[] getCauses();
    descriptor: ()[Lorg/bouncycastle/cert/path/CertPathValidationException;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // org.bouncycastle.cert.path.CertPathValidationResult this
         0: .line 92
            aload 0 /* this */
            getfield org.bouncycastle.cert.path.CertPathValidationResult.causes:[Lorg/bouncycastle/cert/path/CertPathValidationException;
            ifnull 4
         1: .line 94
            aload 0 /* this */
            getfield org.bouncycastle.cert.path.CertPathValidationResult.causes:[Lorg/bouncycastle/cert/path/CertPathValidationException;
            arraylength
            anewarray org.bouncycastle.cert.path.CertPathValidationException
            astore 1 /* rv */
        start local 1 // org.bouncycastle.cert.path.CertPathValidationException[] rv
         2: .line 96
            aload 0 /* this */
            getfield org.bouncycastle.cert.path.CertPathValidationResult.causes:[Lorg/bouncycastle/cert/path/CertPathValidationException;
            iconst_0
            aload 1 /* rv */
            iconst_0
            aload 0 /* this */
            getfield org.bouncycastle.cert.path.CertPathValidationResult.causes:[Lorg/bouncycastle/cert/path/CertPathValidationException;
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         3: .line 98
            aload 1 /* rv */
            areturn
        end local 1 // org.bouncycastle.cert.path.CertPathValidationException[] rv
         4: .line 101
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.cert.path.CertPathValidationResult.unhandledCriticalExtensionOIDs:Ljava/util/Set;
            invokeinterface java.util.Set.isEmpty:()Z
            ifne 7
         5: .line 104
            iconst_1
            anewarray org.bouncycastle.cert.path.CertPathValidationException
            dup
            iconst_0
            new org.bouncycastle.cert.path.CertPathValidationException
            dup
            ldc "Unhandled Critical Extensions"
            invokespecial org.bouncycastle.cert.path.CertPathValidationException.<init>:(Ljava/lang/String;)V
            aastore
         6: .line 103
            areturn
         7: .line 107
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // org.bouncycastle.cert.path.CertPathValidationResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/bouncycastle/cert/path/CertPathValidationResult;
            2    4     1    rv  [Lorg/bouncycastle/cert/path/CertPathValidationException;

  public int[] getFailingCertIndexes();
    descriptor: ()[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.cert.path.CertPathValidationResult this
         0: .line 112
            aload 0 /* this */
            getfield org.bouncycastle.cert.path.CertPathValidationResult.certIndexes:[I
            invokestatic org.bouncycastle.util.Arrays.clone:([I)[I
            areturn
        end local 0 // org.bouncycastle.cert.path.CertPathValidationResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/cert/path/CertPathValidationResult;

  public int[] getFailingRuleIndexes();
    descriptor: ()[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.cert.path.CertPathValidationResult this
         0: .line 117
            aload 0 /* this */
            getfield org.bouncycastle.cert.path.CertPathValidationResult.ruleIndexes:[I
            invokestatic org.bouncycastle.util.Arrays.clone:([I)[I
            areturn
        end local 0 // org.bouncycastle.cert.path.CertPathValidationResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/cert/path/CertPathValidationResult;
}
SourceFile: "CertPathValidationResult.java"