class com.mongodb.internal.connection.ScramShaAuthenticator$CacheKey
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.mongodb.internal.connection.ScramShaAuthenticator$CacheKey
  super_class: java.lang.Object
{
  private final java.lang.String hashedPasswordAndSalt;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String salt;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int iterationCount;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(java.lang.String, java.lang.String, int);
    descriptor: (Ljava/lang/String;Ljava/lang/String;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.mongodb.internal.connection.ScramShaAuthenticator$CacheKey this
        start local 1 // java.lang.String hashedPasswordAndSalt
        start local 2 // java.lang.String salt
        start local 3 // int iterationCount
         0: .line 397
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 398
            aload 0 /* this */
            aload 1 /* hashedPasswordAndSalt */
            putfield com.mongodb.internal.connection.ScramShaAuthenticator$CacheKey.hashedPasswordAndSalt:Ljava/lang/String;
         2: .line 399
            aload 0 /* this */
            aload 2 /* salt */
            putfield com.mongodb.internal.connection.ScramShaAuthenticator$CacheKey.salt:Ljava/lang/String;
         3: .line 400
            aload 0 /* this */
            iload 3 /* iterationCount */
            putfield com.mongodb.internal.connection.ScramShaAuthenticator$CacheKey.iterationCount:I
         4: .line 401
            return
        end local 3 // int iterationCount
        end local 2 // java.lang.String salt
        end local 1 // java.lang.String hashedPasswordAndSalt
        end local 0 // com.mongodb.internal.connection.ScramShaAuthenticator$CacheKey this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    5     0                   this  Lcom/mongodb/internal/connection/ScramShaAuthenticator$CacheKey;
            0    5     1  hashedPasswordAndSalt  Ljava/lang/String;
            0    5     2                   salt  Ljava/lang/String;
            0    5     3         iterationCount  I
    MethodParameters:
                       Name  Flags
      hashedPasswordAndSalt  final
      salt                   final
      iterationCount         final

  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 // com.mongodb.internal.connection.ScramShaAuthenticator$CacheKey this
        start local 1 // java.lang.Object o
         0: .line 405
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 2
         1: .line 406
            iconst_1
            ireturn
         2: .line 408
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 3
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 4
         3: .line 409
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         4: .line 412
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast com.mongodb.internal.connection.ScramShaAuthenticator$CacheKey
            astore 2 /* that */
        start local 2 // com.mongodb.internal.connection.ScramShaAuthenticator$CacheKey that
         5: .line 414
            aload 0 /* this */
            getfield com.mongodb.internal.connection.ScramShaAuthenticator$CacheKey.iterationCount:I
            aload 2 /* that */
            getfield com.mongodb.internal.connection.ScramShaAuthenticator$CacheKey.iterationCount:I
            if_icmpeq 7
         6: .line 415
            iconst_0
            ireturn
         7: .line 417
      StackMap locals: com.mongodb.internal.connection.ScramShaAuthenticator$CacheKey
      StackMap stack:
            aload 0 /* this */
            getfield com.mongodb.internal.connection.ScramShaAuthenticator$CacheKey.hashedPasswordAndSalt:Ljava/lang/String;
            aload 2 /* that */
            getfield com.mongodb.internal.connection.ScramShaAuthenticator$CacheKey.hashedPasswordAndSalt:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 9
         8: .line 418
            iconst_0
            ireturn
         9: .line 420
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.mongodb.internal.connection.ScramShaAuthenticator$CacheKey.salt:Ljava/lang/String;
            aload 2 /* that */
            getfield com.mongodb.internal.connection.ScramShaAuthenticator$CacheKey.salt:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // com.mongodb.internal.connection.ScramShaAuthenticator$CacheKey that
        end local 1 // java.lang.Object o
        end local 0 // com.mongodb.internal.connection.ScramShaAuthenticator$CacheKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/mongodb/internal/connection/ScramShaAuthenticator$CacheKey;
            0   10     1     o  Ljava/lang/Object;
            5   10     2  that  Lcom/mongodb/internal/connection/ScramShaAuthenticator$CacheKey;
    MethodParameters:
      Name  Flags
      o     final

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.mongodb.internal.connection.ScramShaAuthenticator$CacheKey this
         0: .line 425
            aload 0 /* this */
            getfield com.mongodb.internal.connection.ScramShaAuthenticator$CacheKey.hashedPasswordAndSalt:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            istore 1 /* result */
        start local 1 // int result
         1: .line 426
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield com.mongodb.internal.connection.ScramShaAuthenticator$CacheKey.salt:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            iadd
            istore 1 /* result */
         2: .line 427
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield com.mongodb.internal.connection.ScramShaAuthenticator$CacheKey.iterationCount:I
            iadd
            istore 1 /* result */
         3: .line 428
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // com.mongodb.internal.connection.ScramShaAuthenticator$CacheKey this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/mongodb/internal/connection/ScramShaAuthenticator$CacheKey;
            1    4     1  result  I
}
SourceFile: "ScramShaAuthenticator.java"
NestHost: com.mongodb.internal.connection.ScramShaAuthenticator
InnerClasses:
  private CacheKey = com.mongodb.internal.connection.ScramShaAuthenticator$CacheKey of com.mongodb.internal.connection.ScramShaAuthenticator