class com.microsoft.sqlserver.jdbc.JWTCertificateEntry
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.sqlserver.jdbc.JWTCertificateEntry
  super_class: java.lang.Object
{
  private static final long TWENTY_FOUR_HOUR_IN_SECONDS;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 86400

  private com.google.gson.JsonArray certificates;
    descriptor: Lcom/google/gson/JsonArray;
    flags: (0x0002) ACC_PRIVATE

  private long timeCreatedInSeconds;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  void <init>(com.google.gson.JsonArray);
    descriptor: (Lcom/google/gson/JsonArray;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.JWTCertificateEntry this
        start local 1 // com.google.gson.JsonArray j
         0: .line 207
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 208
            aload 0 /* this */
            aload 1 /* j */
            putfield com.microsoft.sqlserver.jdbc.JWTCertificateEntry.certificates:Lcom/google/gson/JsonArray;
         2: .line 209
            aload 0 /* this */
            invokestatic java.time.Instant.now:()Ljava/time/Instant;
            invokevirtual java.time.Instant.getEpochSecond:()J
            putfield com.microsoft.sqlserver.jdbc.JWTCertificateEntry.timeCreatedInSeconds:J
         3: .line 210
            return
        end local 1 // com.google.gson.JsonArray j
        end local 0 // com.microsoft.sqlserver.jdbc.JWTCertificateEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/microsoft/sqlserver/jdbc/JWTCertificateEntry;
            0    4     1     j  Lcom/google/gson/JsonArray;
    MethodParameters:
      Name  Flags
      j     

  boolean expired();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.JWTCertificateEntry this
         0: .line 213
            invokestatic java.time.Instant.now:()Ljava/time/Instant;
            invokevirtual java.time.Instant.getEpochSecond:()J
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.JWTCertificateEntry.timeCreatedInSeconds:J
            lsub
            ldc 86400
            lcmp
            ifle 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.microsoft.sqlserver.jdbc.JWTCertificateEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/sqlserver/jdbc/JWTCertificateEntry;

  com.google.gson.JsonArray getCertificates();
    descriptor: ()Lcom/google/gson/JsonArray;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.JWTCertificateEntry this
         0: .line 217
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.JWTCertificateEntry.certificates:Lcom/google/gson/JsonArray;
            areturn
        end local 0 // com.microsoft.sqlserver.jdbc.JWTCertificateEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/JWTCertificateEntry;
}
SourceFile: "SQLServerAASEnclaveProvider.java"