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 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
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: aload 0
aload 0
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: aload 0
iconst_m1
putfield org.bouncycastle.cert.path.CertPathValidationResult.certIndex:I
4: aload 0
iconst_m1
putfield org.bouncycastle.cert.path.CertPathValidationResult.ruleIndex:I
5: aload 0
aconst_null
putfield org.bouncycastle.cert.path.CertPathValidationResult.cause:Lorg/bouncycastle/cert/path/CertPathValidationException;
6: return
end local 1 end local 0 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 start local 1 start local 2 start local 3 start local 4 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
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: aload 0
iconst_0
putfield org.bouncycastle.cert.path.CertPathValidationResult.isValid:Z
3: aload 0
iload 2
putfield org.bouncycastle.cert.path.CertPathValidationResult.certIndex:I
4: aload 0
iload 3
putfield org.bouncycastle.cert.path.CertPathValidationResult.ruleIndex:I
5: aload 0
aload 4
putfield org.bouncycastle.cert.path.CertPathValidationResult.cause:Lorg/bouncycastle/cert/path/CertPathValidationException;
6: return
end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 start local 4 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
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: aload 0
iconst_0
putfield org.bouncycastle.cert.path.CertPathValidationResult.isValid:Z
3: aload 0
aload 4
iconst_0
aaload
putfield org.bouncycastle.cert.path.CertPathValidationResult.cause:Lorg/bouncycastle/cert/path/CertPathValidationException;
4: aload 0
aload 2
iconst_0
iaload
putfield org.bouncycastle.cert.path.CertPathValidationResult.certIndex:I
5: aload 0
aload 3
iconst_0
iaload
putfield org.bouncycastle.cert.path.CertPathValidationResult.ruleIndex:I
6: aload 0
aload 4
putfield org.bouncycastle.cert.path.CertPathValidationResult.causes:[Lorg/bouncycastle/cert/path/CertPathValidationException;
7: aload 0
aload 2
putfield org.bouncycastle.cert.path.CertPathValidationResult.certIndexes:[I
8: aload 0
aload 3
putfield org.bouncycastle.cert.path.CertPathValidationResult.ruleIndexes:[I
9: return
end local 4 end local 3 end local 2 end local 1 end local 0 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 0: aload 0
getfield org.bouncycastle.cert.path.CertPathValidationResult.isValid:Z
ireturn
end local 0 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 0: aload 0
getfield org.bouncycastle.cert.path.CertPathValidationResult.cause:Lorg/bouncycastle/cert/path/CertPathValidationException;
ifnull 2
1: aload 0
getfield org.bouncycastle.cert.path.CertPathValidationResult.cause:Lorg/bouncycastle/cert/path/CertPathValidationException;
areturn
2: StackMap locals:
StackMap stack:
aload 0
getfield org.bouncycastle.cert.path.CertPathValidationResult.unhandledCriticalExtensionOIDs:Ljava/util/Set;
invokeinterface java.util.Set.isEmpty:()Z
ifne 4
3: new org.bouncycastle.cert.path.CertPathValidationException
dup
ldc "Unhandled Critical Extensions"
invokespecial org.bouncycastle.cert.path.CertPathValidationException.<init>:(Ljava/lang/String;)V
areturn
4: StackMap locals:
StackMap stack:
aconst_null
areturn
end local 0 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 0: aload 0
getfield org.bouncycastle.cert.path.CertPathValidationResult.certIndex:I
ireturn
end local 0 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 0: aload 0
getfield org.bouncycastle.cert.path.CertPathValidationResult.ruleIndex:I
ireturn
end local 0 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 0: aload 0
getfield org.bouncycastle.cert.path.CertPathValidationResult.unhandledCriticalExtensionOIDs:Ljava/util/Set;
areturn
end local 0 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 0: aload 0
getfield org.bouncycastle.cert.path.CertPathValidationResult.certIndexes:[I
ifnull 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 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 0: aload 0
getfield org.bouncycastle.cert.path.CertPathValidationResult.causes:[Lorg/bouncycastle/cert/path/CertPathValidationException;
ifnull 4
1: aload 0
getfield org.bouncycastle.cert.path.CertPathValidationResult.causes:[Lorg/bouncycastle/cert/path/CertPathValidationException;
arraylength
anewarray org.bouncycastle.cert.path.CertPathValidationException
astore 1
start local 1 2: aload 0
getfield org.bouncycastle.cert.path.CertPathValidationResult.causes:[Lorg/bouncycastle/cert/path/CertPathValidationException;
iconst_0
aload 1
iconst_0
aload 0
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: aload 1
areturn
end local 1 4: StackMap locals:
StackMap stack:
aload 0
getfield org.bouncycastle.cert.path.CertPathValidationResult.unhandledCriticalExtensionOIDs:Ljava/util/Set;
invokeinterface java.util.Set.isEmpty:()Z
ifne 7
5: 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: areturn
7: StackMap locals:
StackMap stack:
aconst_null
areturn
end local 0 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 0: aload 0
getfield org.bouncycastle.cert.path.CertPathValidationResult.certIndexes:[I
invokestatic org.bouncycastle.util.Arrays.clone:([I)[I
areturn
end local 0 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 0: aload 0
getfield org.bouncycastle.cert.path.CertPathValidationResult.ruleIndexes:[I
invokestatic org.bouncycastle.util.Arrays.clone:([I)[I
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/cert/path/CertPathValidationResult;
}
SourceFile: "CertPathValidationResult.java"