class sun.tools.jar.JarVerifierStream$CertCache
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.tools.jar.JarVerifierStream$CertCache
  super_class: java.lang.Object
{
  java.security.cert.Certificate[] certs;
    descriptor: [Ljava/security/cert/Certificate;
    flags: (0x0000) 

  java.util.Vector<sun.security.provider.SystemIdentity> ids;
    descriptor: Ljava/util/Vector;
    flags: (0x0000) 
    Signature: Ljava/util/Vector<Lsun/security/provider/SystemIdentity;>;

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.tools.jar.JarVerifierStream$CertCache this
         0: .line 190
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.tools.jar.JarVerifierStream$CertCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/tools/jar/JarVerifierStream$CertCache;

  boolean equals(java.security.cert.Certificate[]);
    descriptor: ([Ljava/security/cert/Certificate;)Z
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // sun.tools.jar.JarVerifierStream$CertCache this
        start local 1 // java.security.cert.Certificate[] certs
         0: .line 195
            aload 0 /* this */
            getfield sun.tools.jar.JarVerifierStream$CertCache.certs:[Ljava/security/cert/Certificate;
            ifnonnull 4
         1: .line 196
            aload 1 /* certs */
            ifnull 3
         2: .line 197
            iconst_0
            ireturn
         3: .line 199
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         4: .line 202
      StackMap locals:
      StackMap stack:
            aload 1 /* certs */
            ifnonnull 6
         5: .line 203
            iconst_0
            ireturn
         6: .line 207
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         7: goto 18
         8: .line 208
      StackMap locals: sun.tools.jar.JarVerifierStream$CertCache java.security.cert.Certificate[] top int
      StackMap stack:
            iconst_0
            istore 2 /* match */
        start local 2 // boolean match
         9: .line 209
            iconst_0
            istore 4 /* j */
        start local 4 // int j
        10: goto 15
        11: .line 210
      StackMap locals: sun.tools.jar.JarVerifierStream$CertCache java.security.cert.Certificate[] int int int
      StackMap stack:
            aload 1 /* certs */
            iload 3 /* i */
            aaload
            aload 0 /* this */
            getfield sun.tools.jar.JarVerifierStream$CertCache.certs:[Ljava/security/cert/Certificate;
            iload 4 /* j */
            aaload
            invokevirtual java.security.cert.Certificate.equals:(Ljava/lang/Object;)Z
            ifeq 14
        12: .line 211
            iconst_1
            istore 2 /* match */
        13: .line 212
            goto 16
        14: .line 209
      StackMap locals:
      StackMap stack:
            iinc 4 /* j */ 1
      StackMap locals:
      StackMap stack:
        15: iload 4 /* j */
            aload 0 /* this */
            getfield sun.tools.jar.JarVerifierStream$CertCache.certs:[Ljava/security/cert/Certificate;
            arraylength
            if_icmplt 11
        end local 4 // int j
        16: .line 215
      StackMap locals:
      StackMap stack:
            iload 2 /* match */
            ifne 17
            iconst_0
            ireturn
        17: .line 207
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
        end local 2 // boolean match
      StackMap locals: sun.tools.jar.JarVerifierStream$CertCache java.security.cert.Certificate[] top int
      StackMap stack:
        18: iload 3 /* i */
            aload 1 /* certs */
            arraylength
            if_icmplt 8
        end local 3 // int i
        19: .line 218
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        20: goto 31
        21: .line 219
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* match */
        start local 2 // boolean match
        22: .line 220
            iconst_0
            istore 4 /* j */
        start local 4 // int j
        23: goto 28
        24: .line 221
      StackMap locals: sun.tools.jar.JarVerifierStream$CertCache java.security.cert.Certificate[] int int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.tools.jar.JarVerifierStream$CertCache.certs:[Ljava/security/cert/Certificate;
            iload 3 /* i */
            aaload
            aload 1 /* certs */
            iload 4 /* j */
            aaload
            invokevirtual java.security.cert.Certificate.equals:(Ljava/lang/Object;)Z
            ifeq 27
        25: .line 222
            iconst_1
            istore 2 /* match */
        26: .line 223
            goto 29
        27: .line 220
      StackMap locals:
      StackMap stack:
            iinc 4 /* j */ 1
      StackMap locals:
      StackMap stack:
        28: iload 4 /* j */
            aload 1 /* certs */
            arraylength
            if_icmplt 24
        end local 4 // int j
        29: .line 226
      StackMap locals:
      StackMap stack:
            iload 2 /* match */
            ifne 30
            iconst_0
            ireturn
        30: .line 218
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
        end local 2 // boolean match
      StackMap locals: sun.tools.jar.JarVerifierStream$CertCache java.security.cert.Certificate[] top int
      StackMap stack:
        31: iload 3 /* i */
            aload 0 /* this */
            getfield sun.tools.jar.JarVerifierStream$CertCache.certs:[Ljava/security/cert/Certificate;
            arraylength
            if_icmplt 21
        end local 3 // int i
        32: .line 228
            iconst_1
            ireturn
        end local 1 // java.security.cert.Certificate[] certs
        end local 0 // sun.tools.jar.JarVerifierStream$CertCache this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   33     0   this  Lsun/tools/jar/JarVerifierStream$CertCache;
            0   33     1  certs  [Ljava/security/cert/Certificate;
            9   18     2  match  Z
           22   31     2  match  Z
            7   19     3      i  I
           10   16     4      j  I
           20   32     3      i  I
           23   29     4      j  I
    MethodParameters:
       Name  Flags
      certs  
}
SourceFile: "JarVerifierStream.java"
NestHost: sun.tools.jar.JarVerifierStream
InnerClasses:
  CertCache = sun.tools.jar.JarVerifierStream$CertCache of sun.tools.jar.JarVerifierStream