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 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
putfield org.bouncycastle.cert.path.CertPathValidationResultBuilder.certIndexes:Ljava/util/List;
2: aload 0
new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
putfield org.bouncycastle.cert.path.CertPathValidationResultBuilder.ruleIndexes:Ljava/util/List;
3: aload 0
new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
putfield org.bouncycastle.cert.path.CertPathValidationResultBuilder.exceptions:Ljava/util/List;
4: aload 0
aload 1
putfield org.bouncycastle.cert.path.CertPathValidationResultBuilder.context:Lorg/bouncycastle/cert/path/CertPathValidationContext;
5: return
end local 1 end local 0 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 0: aload 0
getfield org.bouncycastle.cert.path.CertPathValidationResultBuilder.exceptions:Ljava/util/List;
invokeinterface java.util.List.isEmpty:()Z
ifeq 2
1: new org.bouncycastle.cert.path.CertPathValidationResult
dup
aload 0
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: StackMap locals:
StackMap stack:
new org.bouncycastle.cert.path.CertPathValidationResult
dup
aload 0
getfield org.bouncycastle.cert.path.CertPathValidationResultBuilder.context:Lorg/bouncycastle/cert/path/CertPathValidationContext;
3: aload 0
aload 0
getfield org.bouncycastle.cert.path.CertPathValidationResultBuilder.certIndexes:Ljava/util/List;
invokevirtual org.bouncycastle.cert.path.CertPathValidationResultBuilder.toInts:(Ljava/util/List;)[I
aload 0
aload 0
getfield org.bouncycastle.cert.path.CertPathValidationResultBuilder.ruleIndexes:Ljava/util/List;
invokevirtual org.bouncycastle.cert.path.CertPathValidationResultBuilder.toInts:(Ljava/util/List;)[I
aload 0
getfield org.bouncycastle.cert.path.CertPathValidationResultBuilder.exceptions:Ljava/util/List;
aload 0
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: invokespecial org.bouncycastle.cert.path.CertPathValidationResult.<init>:(Lorg/bouncycastle/cert/path/CertPathValidationContext;[I[I[Lorg/bouncycastle/cert/path/CertPathValidationException;)V
areturn
end local 0 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 start local 1 start local 2 start local 3 0: aload 0
getfield org.bouncycastle.cert.path.CertPathValidationResultBuilder.certIndexes:Ljava/util/List;
iload 1
invokestatic org.bouncycastle.util.Integers.valueOf:(I)Ljava/lang/Integer;
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
1: aload 0
getfield org.bouncycastle.cert.path.CertPathValidationResultBuilder.ruleIndexes:Ljava/util/List;
iload 2
invokestatic org.bouncycastle.util.Integers.valueOf:(I)Ljava/lang/Integer;
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
2: aload 0
getfield org.bouncycastle.cert.path.CertPathValidationResultBuilder.exceptions:Ljava/util/List;
aload 3
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
3: return
end local 3 end local 2 end local 1 end local 0 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 start local 1 0: aload 1
invokeinterface java.util.List.size:()I
newarray 10
astore 2
start local 2 1: iconst_0
istore 3
start local 3 2: goto 5
3: StackMap locals: int[] int
StackMap stack:
aload 2
iload 3
aload 1
iload 3
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
checkcast java.lang.Integer
invokevirtual java.lang.Integer.intValue:()I
iastore
4: iinc 3 1
StackMap locals:
StackMap stack:
5: iload 3
aload 2
arraylength
if_icmpne 3
end local 3 6: aload 2
areturn
end local 2 end local 1 end local 0 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"