class com.mongodb.internal.connection.ScramShaAuthenticator$CacheValue
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.mongodb.internal.connection.ScramShaAuthenticator$CacheValue
  super_class: java.lang.Object
{
  private byte[] clientKey;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  private byte[] serverKey;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  void <init>(byte[], byte[]);
    descriptor: ([B[B)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.mongodb.internal.connection.ScramShaAuthenticator$CacheValue this
        start local 1 // byte[] clientKey
        start local 2 // byte[] serverKey
         0: .line 436
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 437
            aload 0 /* this */
            aload 1 /* clientKey */
            putfield com.mongodb.internal.connection.ScramShaAuthenticator$CacheValue.clientKey:[B
         2: .line 438
            aload 0 /* this */
            aload 2 /* serverKey */
            putfield com.mongodb.internal.connection.ScramShaAuthenticator$CacheValue.serverKey:[B
         3: .line 439
            return
        end local 2 // byte[] serverKey
        end local 1 // byte[] clientKey
        end local 0 // com.mongodb.internal.connection.ScramShaAuthenticator$CacheValue this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lcom/mongodb/internal/connection/ScramShaAuthenticator$CacheValue;
            0    4     1  clientKey  [B
            0    4     2  serverKey  [B
    MethodParameters:
           Name  Flags
      clientKey  final
      serverKey  final
}
SourceFile: "ScramShaAuthenticator.java"
NestHost: com.mongodb.internal.connection.ScramShaAuthenticator
InnerClasses:
  private CacheValue = com.mongodb.internal.connection.ScramShaAuthenticator$CacheValue of com.mongodb.internal.connection.ScramShaAuthenticator