class sun.security.provider.certpath.ldap.LDAPCertStore$Key
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.security.provider.certpath.ldap.LDAPCertStore$Key
  super_class: java.lang.Object
{
  volatile int hashCode;
    descriptor: I
    flags: (0x0040) ACC_VOLATILE

  java.lang.String serverName;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  int port;
    descriptor: I
    flags: (0x0000) 

  void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.security.provider.certpath.ldap.LDAPCertStore$Key this
        start local 1 // java.lang.String serverName
        start local 2 // int port
         0: .line 164
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 165
            aload 0 /* this */
            aload 1 /* serverName */
            putfield sun.security.provider.certpath.ldap.LDAPCertStore$Key.serverName:Ljava/lang/String;
         2: .line 166
            aload 0 /* this */
            iload 2 /* port */
            putfield sun.security.provider.certpath.ldap.LDAPCertStore$Key.port:I
         3: .line 167
            return
        end local 2 // int port
        end local 1 // java.lang.String serverName
        end local 0 // sun.security.provider.certpath.ldap.LDAPCertStore$Key this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lsun/security/provider/certpath/ldap/LDAPCertStore$Key;
            0    4     1  serverName  Ljava/lang/String;
            0    4     2        port  I
    MethodParameters:
            Name  Flags
      serverName  
      port        

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.security.provider.certpath.ldap.LDAPCertStore$Key this
        start local 1 // java.lang.Object obj
         0: .line 171
            aload 1 /* obj */
            instanceof sun.security.provider.certpath.ldap.LDAPCertStore$Key
            ifne 2
         1: .line 172
            iconst_0
            ireturn
         2: .line 174
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast sun.security.provider.certpath.ldap.LDAPCertStore$Key
            astore 2 /* key */
        start local 2 // sun.security.provider.certpath.ldap.LDAPCertStore$Key key
         3: .line 175
            aload 0 /* this */
            getfield sun.security.provider.certpath.ldap.LDAPCertStore$Key.port:I
            aload 2 /* key */
            getfield sun.security.provider.certpath.ldap.LDAPCertStore$Key.port:I
            if_icmpne 6
         4: .line 176
            aload 0 /* this */
            getfield sun.security.provider.certpath.ldap.LDAPCertStore$Key.serverName:Ljava/lang/String;
            aload 2 /* key */
            getfield sun.security.provider.certpath.ldap.LDAPCertStore$Key.serverName:Ljava/lang/String;
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 6
         5: .line 175
            iconst_1
            ireturn
      StackMap locals: sun.security.provider.certpath.ldap.LDAPCertStore$Key
      StackMap stack:
         6: iconst_0
            ireturn
        end local 2 // sun.security.provider.certpath.ldap.LDAPCertStore$Key key
        end local 1 // java.lang.Object obj
        end local 0 // sun.security.provider.certpath.ldap.LDAPCertStore$Key this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/security/provider/certpath/ldap/LDAPCertStore$Key;
            0    7     1   obj  Ljava/lang/Object;
            3    7     2   key  Lsun/security/provider/certpath/ldap/LDAPCertStore$Key;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.security.provider.certpath.ldap.LDAPCertStore$Key this
         0: .line 181
            aload 0 /* this */
            getfield sun.security.provider.certpath.ldap.LDAPCertStore$Key.hashCode:I
            ifne 7
         1: .line 182
            bipush 17
            istore 1 /* result */
        start local 1 // int result
         2: .line 183
            bipush 37
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield sun.security.provider.certpath.ldap.LDAPCertStore$Key.port:I
            iadd
            istore 1 /* result */
         3: .line 184
            bipush 37
            iload 1 /* result */
            imul
         4: .line 185
            aload 0 /* this */
            getfield sun.security.provider.certpath.ldap.LDAPCertStore$Key.serverName:Ljava/lang/String;
            getstatic java.util.Locale.ENGLISH:Ljava/util/Locale;
            invokevirtual java.lang.String.toLowerCase:(Ljava/util/Locale;)Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
         5: .line 184
            iadd
            istore 1 /* result */
         6: .line 186
            aload 0 /* this */
            iload 1 /* result */
            putfield sun.security.provider.certpath.ldap.LDAPCertStore$Key.hashCode:I
        end local 1 // int result
         7: .line 188
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.provider.certpath.ldap.LDAPCertStore$Key.hashCode:I
            ireturn
        end local 0 // sun.security.provider.certpath.ldap.LDAPCertStore$Key this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lsun/security/provider/certpath/ldap/LDAPCertStore$Key;
            2    7     1  result  I
}
SourceFile: "LDAPCertStore.java"
NestHost: sun.security.provider.certpath.ldap.LDAPCertStore
InnerClasses:
  private Key = sun.security.provider.certpath.ldap.LDAPCertStore$Key of sun.security.provider.certpath.ldap.LDAPCertStore