class sun.security.jgss.GSSCredentialImpl$SearchKey
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.security.jgss.GSSCredentialImpl$SearchKey
  super_class: java.lang.Object
{
  private org.ietf.jgss.Oid mechOid;
    descriptor: Lorg/ietf/jgss/Oid;
    flags: (0x0002) ACC_PRIVATE

  private int usage;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.ietf.jgss.Oid, int);
    descriptor: (Lorg/ietf/jgss/Oid;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.security.jgss.GSSCredentialImpl$SearchKey this
        start local 1 // org.ietf.jgss.Oid mechOid
        start local 2 // int usage
         0: .line 679
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 677
            aload 0 /* this */
            aconst_null
            putfield sun.security.jgss.GSSCredentialImpl$SearchKey.mechOid:Lorg/ietf/jgss/Oid;
         2: .line 678
            aload 0 /* this */
            iconst_0
            putfield sun.security.jgss.GSSCredentialImpl$SearchKey.usage:I
         3: .line 681
            aload 0 /* this */
            aload 1 /* mechOid */
            putfield sun.security.jgss.GSSCredentialImpl$SearchKey.mechOid:Lorg/ietf/jgss/Oid;
         4: .line 682
            aload 0 /* this */
            iload 2 /* usage */
            putfield sun.security.jgss.GSSCredentialImpl$SearchKey.usage:I
         5: .line 683
            return
        end local 2 // int usage
        end local 1 // org.ietf.jgss.Oid mechOid
        end local 0 // sun.security.jgss.GSSCredentialImpl$SearchKey this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lsun/security/jgss/GSSCredentialImpl$SearchKey;
            0    6     1  mechOid  Lorg/ietf/jgss/Oid;
            0    6     2    usage  I
    MethodParameters:
         Name  Flags
      mechOid  
      usage    

  public org.ietf.jgss.Oid getMech();
    descriptor: ()Lorg/ietf/jgss/Oid;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.jgss.GSSCredentialImpl$SearchKey this
         0: .line 685
            aload 0 /* this */
            getfield sun.security.jgss.GSSCredentialImpl$SearchKey.mechOid:Lorg/ietf/jgss/Oid;
            areturn
        end local 0 // sun.security.jgss.GSSCredentialImpl$SearchKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/jgss/GSSCredentialImpl$SearchKey;

  public int getUsage();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.jgss.GSSCredentialImpl$SearchKey this
         0: .line 688
            aload 0 /* this */
            getfield sun.security.jgss.GSSCredentialImpl$SearchKey.usage:I
            ireturn
        end local 0 // sun.security.jgss.GSSCredentialImpl$SearchKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/jgss/GSSCredentialImpl$SearchKey;

  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.jgss.GSSCredentialImpl$SearchKey this
        start local 1 // java.lang.Object other
         0: .line 691
            aload 1 /* other */
            instanceof sun.security.jgss.GSSCredentialImpl$SearchKey
            ifne 2
         1: .line 692
            iconst_0
            ireturn
         2: .line 693
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            checkcast sun.security.jgss.GSSCredentialImpl$SearchKey
            astore 2 /* that */
        start local 2 // sun.security.jgss.GSSCredentialImpl$SearchKey that
         3: .line 694
            aload 0 /* this */
            getfield sun.security.jgss.GSSCredentialImpl$SearchKey.mechOid:Lorg/ietf/jgss/Oid;
            aload 2 /* that */
            getfield sun.security.jgss.GSSCredentialImpl$SearchKey.mechOid:Lorg/ietf/jgss/Oid;
            invokevirtual org.ietf.jgss.Oid.equals:(Ljava/lang/Object;)Z
            ifeq 6
         4: .line 695
            aload 0 /* this */
            getfield sun.security.jgss.GSSCredentialImpl$SearchKey.usage:I
            aload 2 /* that */
            getfield sun.security.jgss.GSSCredentialImpl$SearchKey.usage:I
            if_icmpne 6
         5: .line 694
            iconst_1
            ireturn
      StackMap locals: sun.security.jgss.GSSCredentialImpl$SearchKey
      StackMap stack:
         6: iconst_0
            ireturn
        end local 2 // sun.security.jgss.GSSCredentialImpl$SearchKey that
        end local 1 // java.lang.Object other
        end local 0 // sun.security.jgss.GSSCredentialImpl$SearchKey this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lsun/security/jgss/GSSCredentialImpl$SearchKey;
            0    7     1  other  Ljava/lang/Object;
            3    7     2   that  Lsun/security/jgss/GSSCredentialImpl$SearchKey;
    MethodParameters:
       Name  Flags
      other  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.jgss.GSSCredentialImpl$SearchKey this
         0: .line 698
            aload 0 /* this */
            getfield sun.security.jgss.GSSCredentialImpl$SearchKey.mechOid:Lorg/ietf/jgss/Oid;
            invokevirtual org.ietf.jgss.Oid.hashCode:()I
            ireturn
        end local 0 // sun.security.jgss.GSSCredentialImpl$SearchKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/jgss/GSSCredentialImpl$SearchKey;
}
SourceFile: "GSSCredentialImpl.java"
NestHost: sun.security.jgss.GSSCredentialImpl
InnerClasses:
  SearchKey = sun.security.jgss.GSSCredentialImpl$SearchKey of sun.security.jgss.GSSCredentialImpl