public class org.bouncycastle.cert.path.CertPath
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.bouncycastle.cert.path.CertPath
super_class: java.lang.Object
{
private final org.bouncycastle.cert.X509CertificateHolder[] certificates;
descriptor: [Lorg/bouncycastle/cert/X509CertificateHolder;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(org.bouncycastle.cert.X509CertificateHolder[]);
descriptor: ([Lorg/bouncycastle/cert/X509CertificateHolder;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 0
aload 1
invokevirtual org.bouncycastle.cert.path.CertPath.copyArray:([Lorg/bouncycastle/cert/X509CertificateHolder;)[Lorg/bouncycastle/cert/X509CertificateHolder;
putfield org.bouncycastle.cert.path.CertPath.certificates:[Lorg/bouncycastle/cert/X509CertificateHolder;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/bouncycastle/cert/path/CertPath;
0 3 1 certificates [Lorg/bouncycastle/cert/X509CertificateHolder;
MethodParameters:
Name Flags
certificates
public org.bouncycastle.cert.X509CertificateHolder[] getCertificates();
descriptor: ()[Lorg/bouncycastle/cert/X509CertificateHolder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
aload 0
getfield org.bouncycastle.cert.path.CertPath.certificates:[Lorg/bouncycastle/cert/X509CertificateHolder;
invokevirtual org.bouncycastle.cert.path.CertPath.copyArray:([Lorg/bouncycastle/cert/X509CertificateHolder;)[Lorg/bouncycastle/cert/X509CertificateHolder;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/cert/path/CertPath;
public org.bouncycastle.cert.path.CertPathValidationResult validate(org.bouncycastle.cert.path.CertPathValidation[]);
descriptor: ([Lorg/bouncycastle/cert/path/CertPathValidation;)Lorg/bouncycastle/cert/path/CertPathValidationResult;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=6, args_size=2
start local 0 start local 1 0: new org.bouncycastle.cert.path.CertPathValidationContext
dup
aload 0
getfield org.bouncycastle.cert.path.CertPath.certificates:[Lorg/bouncycastle/cert/X509CertificateHolder;
invokestatic org.bouncycastle.cert.path.CertPathUtils.getCriticalExtensionsOIDs:([Lorg/bouncycastle/cert/X509CertificateHolder;)Ljava/util/Set;
invokespecial org.bouncycastle.cert.path.CertPathValidationContext.<init>:(Ljava/util/Set;)V
astore 2
start local 2 1: iconst_0
istore 3
start local 3 2: goto 15
3: StackMap locals: org.bouncycastle.cert.path.CertPathValidationContext int
StackMap stack:
aload 0
getfield org.bouncycastle.cert.path.CertPath.certificates:[Lorg/bouncycastle/cert/X509CertificateHolder;
arraylength
iconst_1
isub
istore 4
start local 4 4: goto 13
5: StackMap locals: int
StackMap stack:
aload 2
iload 4
ifne 6
iconst_1
goto 7
StackMap locals:
StackMap stack: org.bouncycastle.cert.path.CertPathValidationContext
6: iconst_0
StackMap locals: org.bouncycastle.cert.path.CertPath org.bouncycastle.cert.path.CertPathValidation[] org.bouncycastle.cert.path.CertPathValidationContext int int
StackMap stack: org.bouncycastle.cert.path.CertPathValidationContext int
7: invokevirtual org.bouncycastle.cert.path.CertPathValidationContext.setIsEndEntity:(Z)V
8: aload 1
iload 3
aaload
aload 2
aload 0
getfield org.bouncycastle.cert.path.CertPath.certificates:[Lorg/bouncycastle/cert/X509CertificateHolder;
iload 4
aaload
invokeinterface org.bouncycastle.cert.path.CertPathValidation.validate:(Lorg/bouncycastle/cert/path/CertPathValidationContext;Lorg/bouncycastle/cert/X509CertificateHolder;)V
9: goto 12
10: StackMap locals:
StackMap stack: org.bouncycastle.cert.path.CertPathValidationException
astore 5
start local 5 11: new org.bouncycastle.cert.path.CertPathValidationResult
dup
aload 2
iload 4
iload 3
aload 5
invokespecial org.bouncycastle.cert.path.CertPathValidationResult.<init>:(Lorg/bouncycastle/cert/path/CertPathValidationContext;IILorg/bouncycastle/cert/path/CertPathValidationException;)V
areturn
end local 5 12: StackMap locals:
StackMap stack:
iinc 4 -1
StackMap locals:
StackMap stack:
13: iload 4
ifge 5
end local 4 14: iinc 3 1
StackMap locals:
StackMap stack:
15: iload 3
aload 1
arraylength
if_icmpne 3
end local 3 16: new org.bouncycastle.cert.path.CertPathValidationResult
dup
aload 2
invokespecial org.bouncycastle.cert.path.CertPathValidationResult.<init>:(Lorg/bouncycastle/cert/path/CertPathValidationContext;)V
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 17 0 this Lorg/bouncycastle/cert/path/CertPath;
0 17 1 ruleSet [Lorg/bouncycastle/cert/path/CertPathValidation;
1 17 2 context Lorg/bouncycastle/cert/path/CertPathValidationContext;
2 16 3 i I
4 14 4 j I
11 12 5 e Lorg/bouncycastle/cert/path/CertPathValidationException;
Exception table:
from to target type
5 9 10 Class org.bouncycastle.cert.path.CertPathValidationException
MethodParameters:
Name Flags
ruleSet
public org.bouncycastle.cert.path.CertPathValidationResult evaluate(org.bouncycastle.cert.path.CertPathValidation[]);
descriptor: ([Lorg/bouncycastle/cert/path/CertPathValidation;)Lorg/bouncycastle/cert/path/CertPathValidationResult;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=7, args_size=2
start local 0 start local 1 0: new org.bouncycastle.cert.path.CertPathValidationContext
dup
aload 0
getfield org.bouncycastle.cert.path.CertPath.certificates:[Lorg/bouncycastle/cert/X509CertificateHolder;
invokestatic org.bouncycastle.cert.path.CertPathUtils.getCriticalExtensionsOIDs:([Lorg/bouncycastle/cert/X509CertificateHolder;)Ljava/util/Set;
invokespecial org.bouncycastle.cert.path.CertPathValidationContext.<init>:(Ljava/util/Set;)V
astore 2
start local 2 1: new org.bouncycastle.cert.path.CertPathValidationResultBuilder
dup
aload 2
invokespecial org.bouncycastle.cert.path.CertPathValidationResultBuilder.<init>:(Lorg/bouncycastle/cert/path/CertPathValidationContext;)V
astore 3
start local 3 2: iconst_0
istore 4
start local 4 3: goto 16
4: StackMap locals: org.bouncycastle.cert.path.CertPathValidationContext org.bouncycastle.cert.path.CertPathValidationResultBuilder int
StackMap stack:
aload 0
getfield org.bouncycastle.cert.path.CertPath.certificates:[Lorg/bouncycastle/cert/X509CertificateHolder;
arraylength
iconst_1
isub
istore 5
start local 5 5: goto 14
6: StackMap locals: int
StackMap stack:
aload 2
iload 5
ifne 7
iconst_1
goto 8
StackMap locals:
StackMap stack: org.bouncycastle.cert.path.CertPathValidationContext
7: iconst_0
StackMap locals: org.bouncycastle.cert.path.CertPath org.bouncycastle.cert.path.CertPathValidation[] org.bouncycastle.cert.path.CertPathValidationContext org.bouncycastle.cert.path.CertPathValidationResultBuilder int int
StackMap stack: org.bouncycastle.cert.path.CertPathValidationContext int
8: invokevirtual org.bouncycastle.cert.path.CertPathValidationContext.setIsEndEntity:(Z)V
9: aload 1
iload 4
aaload
aload 2
aload 0
getfield org.bouncycastle.cert.path.CertPath.certificates:[Lorg/bouncycastle/cert/X509CertificateHolder;
iload 5
aaload
invokeinterface org.bouncycastle.cert.path.CertPathValidation.validate:(Lorg/bouncycastle/cert/path/CertPathValidationContext;Lorg/bouncycastle/cert/X509CertificateHolder;)V
10: goto 13
11: StackMap locals:
StackMap stack: org.bouncycastle.cert.path.CertPathValidationException
astore 6
start local 6 12: aload 3
iload 5
iload 4
aload 6
invokevirtual org.bouncycastle.cert.path.CertPathValidationResultBuilder.addException:(IILorg/bouncycastle/cert/path/CertPathValidationException;)V
end local 6 13: StackMap locals:
StackMap stack:
iinc 5 -1
StackMap locals:
StackMap stack:
14: iload 5
ifge 6
end local 5 15: iinc 4 1
StackMap locals:
StackMap stack:
16: iload 4
aload 1
arraylength
if_icmpne 4
end local 4 17: aload 3
invokevirtual org.bouncycastle.cert.path.CertPathValidationResultBuilder.build:()Lorg/bouncycastle/cert/path/CertPathValidationResult;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 18 0 this Lorg/bouncycastle/cert/path/CertPath;
0 18 1 ruleSet [Lorg/bouncycastle/cert/path/CertPathValidation;
1 18 2 context Lorg/bouncycastle/cert/path/CertPathValidationContext;
2 18 3 builder Lorg/bouncycastle/cert/path/CertPathValidationResultBuilder;
3 17 4 i I
5 15 5 j I
12 13 6 e Lorg/bouncycastle/cert/path/CertPathValidationException;
Exception table:
from to target type
6 10 11 Class org.bouncycastle.cert.path.CertPathValidationException
MethodParameters:
Name Flags
ruleSet
private org.bouncycastle.cert.X509CertificateHolder[] copyArray(org.bouncycastle.cert.X509CertificateHolder[]);
descriptor: ([Lorg/bouncycastle/cert/X509CertificateHolder;)[Lorg/bouncycastle/cert/X509CertificateHolder;
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=3, args_size=2
start local 0 start local 1 0: aload 1
arraylength
anewarray org.bouncycastle.cert.X509CertificateHolder
astore 2
start local 2 1: aload 1
iconst_0
aload 2
iconst_0
aload 2
arraylength
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
2: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/bouncycastle/cert/path/CertPath;
0 3 1 array [Lorg/bouncycastle/cert/X509CertificateHolder;
1 3 2 rv [Lorg/bouncycastle/cert/X509CertificateHolder;
MethodParameters:
Name Flags
array
public int length();
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.CertPath.certificates:[Lorg/bouncycastle/cert/X509CertificateHolder;
arraylength
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/cert/path/CertPath;
}
SourceFile: "CertPath.java"