class com.microsoft.sqlserver.jdbc.SQLServerSymmetricKeyCache$1 implements java.util.concurrent.ThreadFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.sqlserver.jdbc.SQLServerSymmetricKeyCache$1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerSymmetricKeyCache$1 this
         0: .line 57
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerSymmetricKeyCache$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerSymmetricKeyCache$1;

  public java.lang.Thread newThread(java.lang.Runnable);
    descriptor: (Ljava/lang/Runnable;)Ljava/lang/Thread;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerSymmetricKeyCache$1 this
        start local 1 // java.lang.Runnable r
         0: .line 60
            invokestatic java.util.concurrent.Executors.defaultThreadFactory:()Ljava/util/concurrent/ThreadFactory;
            aload 1 /* r */
            invokeinterface java.util.concurrent.ThreadFactory.newThread:(Ljava/lang/Runnable;)Ljava/lang/Thread;
            astore 2 /* t */
        start local 2 // java.lang.Thread t
         1: .line 61
            aload 2 /* t */
            iconst_1
            invokevirtual java.lang.Thread.setDaemon:(Z)V
         2: .line 62
            aload 2 /* t */
            areturn
        end local 2 // java.lang.Thread t
        end local 1 // java.lang.Runnable r
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerSymmetricKeyCache$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerSymmetricKeyCache$1;
            0    3     1     r  Ljava/lang/Runnable;
            1    3     2     t  Ljava/lang/Thread;
    MethodParameters:
      Name  Flags
      r     
}
SourceFile: "SQLServerSymmetricKeyCache.java"
EnclosingMethod: com.microsoft.sqlserver.jdbc.SQLServerSymmetricKeyCache
NestHost: com.microsoft.sqlserver.jdbc.SQLServerSymmetricKeyCache
InnerClasses:
  com.microsoft.sqlserver.jdbc.SQLServerSymmetricKeyCache$1