class org.bouncycastle.cert.path.validations.CRLValidation$1 implements org.bouncycastle.util.Selector
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.bouncycastle.cert.path.validations.CRLValidation$1
super_class: java.lang.Object
{
final org.bouncycastle.cert.path.validations.CRLValidation this$0;
descriptor: Lorg/bouncycastle/cert/path/validations/CRLValidation;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(org.bouncycastle.cert.path.validations.CRLValidation);
descriptor: (Lorg/bouncycastle/cert/path/validations/CRLValidation;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // org.bouncycastle.cert.path.validations.CRLValidation$1 this
0: .line 32
aload 0 /* this */
aload 1
putfield org.bouncycastle.cert.path.validations.CRLValidation$1.this$0:Lorg/bouncycastle/cert/path/validations/CRLValidation;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // org.bouncycastle.cert.path.validations.CRLValidation$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/cert/path/validations/CRLValidation$1;
MethodParameters:
Name Flags
this$0 final
public boolean match(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 // org.bouncycastle.cert.path.validations.CRLValidation$1 this
start local 1 // java.lang.Object obj
0: .line 36
aload 1 /* obj */
checkcast org.bouncycastle.cert.X509CRLHolder
astore 2 /* crl */
start local 2 // org.bouncycastle.cert.X509CRLHolder crl
1: .line 38
aload 2 /* crl */
invokevirtual org.bouncycastle.cert.X509CRLHolder.getIssuer:()Lorg/bouncycastle/asn1/x500/X500Name;
aload 0 /* this */
getfield org.bouncycastle.cert.path.validations.CRLValidation$1.this$0:Lorg/bouncycastle/cert/path/validations/CRLValidation;
getfield org.bouncycastle.cert.path.validations.CRLValidation.workingIssuerName:Lorg/bouncycastle/asn1/x500/X500Name;
invokevirtual org.bouncycastle.asn1.x500.X500Name.equals:(Ljava/lang/Object;)Z
ireturn
end local 2 // org.bouncycastle.cert.X509CRLHolder crl
end local 1 // java.lang.Object obj
end local 0 // org.bouncycastle.cert.path.validations.CRLValidation$1 this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/bouncycastle/cert/path/validations/CRLValidation$1;
0 2 1 obj Ljava/lang/Object;
1 2 2 crl Lorg/bouncycastle/cert/X509CRLHolder;
MethodParameters:
Name Flags
obj
public java.lang.Object clone();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // org.bouncycastle.cert.path.validations.CRLValidation$1 this
0: .line 43
aload 0 /* this */
areturn
end local 0 // org.bouncycastle.cert.path.validations.CRLValidation$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/cert/path/validations/CRLValidation$1;
}
SourceFile: "CRLValidation.java"
EnclosingMethod: org.bouncycastle.cert.path.validations.CRLValidation.validate:(Lorg/bouncycastle/cert/path/CertPathValidationContext;Lorg/bouncycastle/cert/X509CertificateHolder;)V
NestHost: org.bouncycastle.cert.path.validations.CRLValidation
InnerClasses:
org.bouncycastle.cert.path.validations.CRLValidation$1