class sun.security.ssl.StatusResponseManager$OCSPFetchCall implements java.util.concurrent.Callable<sun.security.ssl.StatusResponseManager$StatusInfo>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.security.ssl.StatusResponseManager$OCSPFetchCall
  super_class: java.lang.Object
{
  sun.security.ssl.StatusResponseManager$StatusInfo statInfo;
    descriptor: Lsun/security/ssl/StatusResponseManager$StatusInfo;
    flags: (0x0000) 

  sun.security.ssl.CertStatusExtension$OCSPStatusRequest ocspRequest;
    descriptor: Lsun/security/ssl/CertStatusExtension$OCSPStatusRequest;
    flags: (0x0000) 

  java.util.List<java.security.cert.Extension> extensions;
    descriptor: Ljava/util/List;
    flags: (0x0000) 
    Signature: Ljava/util/List<Ljava/security/cert/Extension;>;

  java.util.List<sun.security.provider.certpath.ResponderId> responderIds;
    descriptor: Ljava/util/List;
    flags: (0x0000) 
    Signature: Ljava/util/List<Lsun/security/provider/certpath/ResponderId;>;

  final sun.security.ssl.StatusResponseManager this$0;
    descriptor: Lsun/security/ssl/StatusResponseManager;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(sun.security.ssl.StatusResponseManager, sun.security.ssl.StatusResponseManager$StatusInfo, sun.security.ssl.CertStatusExtension$OCSPStatusRequest);
    descriptor: (Lsun/security/ssl/StatusResponseManager;Lsun/security/ssl/StatusResponseManager$StatusInfo;Lsun/security/ssl/CertStatusExtension$OCSPStatusRequest;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // sun.security.ssl.StatusResponseManager$OCSPFetchCall this
        start local 2 // sun.security.ssl.StatusResponseManager$StatusInfo info
        start local 3 // sun.security.ssl.CertStatusExtension$OCSPStatusRequest request
         0: .line 596
            aload 0 /* this */
            aload 1
            putfield sun.security.ssl.StatusResponseManager$OCSPFetchCall.this$0:Lsun/security/ssl/StatusResponseManager;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 597
            aload 0 /* this */
            aload 2 /* info */
         2: .line 598
            ldc "Null StatusInfo not allowed"
         3: .line 597
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast sun.security.ssl.StatusResponseManager$StatusInfo
            putfield sun.security.ssl.StatusResponseManager$OCSPFetchCall.statInfo:Lsun/security/ssl/StatusResponseManager$StatusInfo;
         4: .line 599
            aload 0 /* this */
            aload 3 /* request */
         5: .line 600
            ldc "Null OCSPStatusRequest not allowed"
         6: .line 599
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast sun.security.ssl.CertStatusExtension$OCSPStatusRequest
            putfield sun.security.ssl.StatusResponseManager$OCSPFetchCall.ocspRequest:Lsun/security/ssl/CertStatusExtension$OCSPStatusRequest;
         7: .line 601
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.ssl.StatusResponseManager$OCSPFetchCall.ocspRequest:Lsun/security/ssl/CertStatusExtension$OCSPStatusRequest;
            getfield sun.security.ssl.CertStatusExtension$OCSPStatusRequest.extensions:Ljava/util/List;
            putfield sun.security.ssl.StatusResponseManager$OCSPFetchCall.extensions:Ljava/util/List;
         8: .line 602
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.ssl.StatusResponseManager$OCSPFetchCall.ocspRequest:Lsun/security/ssl/CertStatusExtension$OCSPStatusRequest;
            getfield sun.security.ssl.CertStatusExtension$OCSPStatusRequest.responderIds:Ljava/util/List;
            putfield sun.security.ssl.StatusResponseManager$OCSPFetchCall.responderIds:Ljava/util/List;
         9: .line 603
            return
        end local 3 // sun.security.ssl.CertStatusExtension$OCSPStatusRequest request
        end local 2 // sun.security.ssl.StatusResponseManager$StatusInfo info
        end local 0 // sun.security.ssl.StatusResponseManager$OCSPFetchCall this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lsun/security/ssl/StatusResponseManager$OCSPFetchCall;
            0   10     2     info  Lsun/security/ssl/StatusResponseManager$StatusInfo;
            0   10     3  request  Lsun/security/ssl/CertStatusExtension$OCSPStatusRequest;
    MethodParameters:
         Name  Flags
      this$0   final
      info     
      request  

  public sun.security.ssl.StatusResponseManager$StatusInfo call();
    descriptor: ()Lsun/security/ssl/StatusResponseManager$StatusInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // sun.security.ssl.StatusResponseManager$OCSPFetchCall this
         0: .line 615
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 5
            ldc "respmgr"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 5
         1: .line 617
            new java.lang.StringBuilder
            dup
            ldc "Starting fetch for SN "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         2: .line 618
            aload 0 /* this */
            getfield sun.security.ssl.StatusResponseManager$OCSPFetchCall.statInfo:Lsun/security/ssl/StatusResponseManager$StatusInfo;
            getfield sun.security.ssl.StatusResponseManager$StatusInfo.cid:Lsun/security/provider/certpath/CertId;
            invokevirtual sun.security.provider.certpath.CertId.getSerialNumber:()Ljava/math/BigInteger;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         3: .line 617
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            iconst_0
            anewarray java.lang.Object
         4: .line 616
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
         5: .line 624
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.StatusResponseManager$OCSPFetchCall.statInfo:Lsun/security/ssl/StatusResponseManager$StatusInfo;
            getfield sun.security.ssl.StatusResponseManager$StatusInfo.responder:Ljava/net/URI;
            ifnonnull 11
         6: .line 627
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 9
            ldc "respmgr"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 9
         7: .line 629
            ldc "Null URI detected, OCSP fetch aborted"
            iconst_0
            anewarray java.lang.Object
         8: .line 628
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
         9: .line 631
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.StatusResponseManager$OCSPFetchCall.statInfo:Lsun/security/ssl/StatusResponseManager$StatusInfo;
        10: areturn
        11: .line 633
      StackMap locals:
      StackMap stack:
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 14
            ldc "respmgr"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 14
        12: .line 635
            new java.lang.StringBuilder
            dup
            ldc "Attempting fetch from "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.security.ssl.StatusResponseManager$OCSPFetchCall.statInfo:Lsun/security/ssl/StatusResponseManager$StatusInfo;
            getfield sun.security.ssl.StatusResponseManager$StatusInfo.responder:Ljava/net/URI;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            iconst_0
            anewarray java.lang.Object
        13: .line 634
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
        14: .line 651
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.StatusResponseManager$OCSPFetchCall.this$0:Lsun/security/ssl/StatusResponseManager;
            getfield sun.security.ssl.StatusResponseManager.ignoreExtensions:Z
            ifne 15
            aload 0 /* this */
            getfield sun.security.ssl.StatusResponseManager$OCSPFetchCall.responderIds:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifne 16
        15: .line 652
      StackMap locals:
      StackMap stack:
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            goto 17
      StackMap locals:
      StackMap stack:
        16: aload 0 /* this */
            getfield sun.security.ssl.StatusResponseManager$OCSPFetchCall.extensions:Ljava/util/List;
        17: .line 651
      StackMap locals:
      StackMap stack: java.util.List
            astore 2 /* extsToSend */
        start local 2 // java.util.List extsToSend
        18: .line 655
            aload 0 /* this */
            getfield sun.security.ssl.StatusResponseManager$OCSPFetchCall.statInfo:Lsun/security/ssl/StatusResponseManager$StatusInfo;
            getfield sun.security.ssl.StatusResponseManager$StatusInfo.cid:Lsun/security/provider/certpath/CertId;
            invokestatic java.util.Collections.singletonList:(Ljava/lang/Object;)Ljava/util/List;
        19: .line 656
            aload 0 /* this */
            getfield sun.security.ssl.StatusResponseManager$OCSPFetchCall.statInfo:Lsun/security/ssl/StatusResponseManager$StatusInfo;
            getfield sun.security.ssl.StatusResponseManager$StatusInfo.responder:Ljava/net/URI;
            aload 2 /* extsToSend */
        20: .line 654
            invokestatic sun.security.provider.certpath.OCSP.getOCSPBytes:(Ljava/util/List;Ljava/net/URI;Ljava/util/List;)[B
            astore 3 /* respBytes */
        start local 3 // byte[] respBytes
        21: .line 658
            aload 3 /* respBytes */
            ifnull 35
        22: .line 660
            new sun.security.ssl.StatusResponseManager$ResponseCacheEntry
            dup
            aload 0 /* this */
            getfield sun.security.ssl.StatusResponseManager$OCSPFetchCall.this$0:Lsun/security/ssl/StatusResponseManager;
            aload 3 /* respBytes */
        23: .line 661
            aload 0 /* this */
            getfield sun.security.ssl.StatusResponseManager$OCSPFetchCall.statInfo:Lsun/security/ssl/StatusResponseManager$StatusInfo;
            getfield sun.security.ssl.StatusResponseManager$StatusInfo.cid:Lsun/security/provider/certpath/CertId;
        24: .line 660
            invokespecial sun.security.ssl.StatusResponseManager$ResponseCacheEntry.<init>:(Lsun/security/ssl/StatusResponseManager;[BLsun/security/provider/certpath/CertId;)V
            astore 1 /* cacheEntry */
        start local 1 // sun.security.ssl.StatusResponseManager$ResponseCacheEntry cacheEntry
        25: .line 664
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 29
            ldc "respmgr"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 29
        26: .line 665
            new java.lang.StringBuilder
            dup
            ldc "OCSP Status: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* cacheEntry */
            getfield sun.security.ssl.StatusResponseManager$ResponseCacheEntry.status:Lsun/security/provider/certpath/OCSPResponse$ResponseStatus;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        27: .line 666
            ldc " ("
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 3 /* respBytes */
            arraylength
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " bytes)"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        28: .line 665
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            iconst_0
            anewarray java.lang.Object
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
        29: .line 668
      StackMap locals: sun.security.ssl.StatusResponseManager$ResponseCacheEntry java.util.List byte[]
      StackMap stack:
            aload 1 /* cacheEntry */
            getfield sun.security.ssl.StatusResponseManager$ResponseCacheEntry.status:Lsun/security/provider/certpath/OCSPResponse$ResponseStatus;
        30: .line 669
            getstatic sun.security.provider.certpath.OCSPResponse$ResponseStatus.SUCCESSFUL:Lsun/security/provider/certpath/OCSPResponse$ResponseStatus;
        31: .line 668
            if_acmpne 42
        32: .line 671
            aload 0 /* this */
            getfield sun.security.ssl.StatusResponseManager$OCSPFetchCall.statInfo:Lsun/security/ssl/StatusResponseManager$StatusInfo;
            aload 1 /* cacheEntry */
            putfield sun.security.ssl.StatusResponseManager$StatusInfo.responseData:Lsun/security/ssl/StatusResponseManager$ResponseCacheEntry;
        33: .line 674
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.ssl.StatusResponseManager$OCSPFetchCall.statInfo:Lsun/security/ssl/StatusResponseManager$StatusInfo;
            getfield sun.security.ssl.StatusResponseManager$StatusInfo.cid:Lsun/security/provider/certpath/CertId;
            aload 1 /* cacheEntry */
            invokevirtual sun.security.ssl.StatusResponseManager$OCSPFetchCall.addToCache:(Lsun/security/provider/certpath/CertId;Lsun/security/ssl/StatusResponseManager$ResponseCacheEntry;)V
        34: .line 676
            goto 42
        end local 1 // sun.security.ssl.StatusResponseManager$ResponseCacheEntry cacheEntry
        35: .line 677
      StackMap locals: sun.security.ssl.StatusResponseManager$OCSPFetchCall top java.util.List byte[]
      StackMap stack:
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 42
            ldc "respmgr"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 42
        36: .line 679
            ldc "No data returned from OCSP Responder"
            iconst_0
            anewarray java.lang.Object
        37: .line 678
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
        end local 3 // byte[] respBytes
        end local 2 // java.util.List extsToSend
        38: .line 682
            goto 42
      StackMap locals: sun.security.ssl.StatusResponseManager$OCSPFetchCall
      StackMap stack: java.io.IOException
        39: astore 1 /* ioe */
        start local 1 // java.io.IOException ioe
        40: .line 683
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 42
            ldc "respmgr"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 42
        41: .line 684
            ldc "Caught exception: "
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* ioe */
            aastore
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
        end local 1 // java.io.IOException ioe
        42: .line 688
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.StatusResponseManager$OCSPFetchCall.statInfo:Lsun/security/ssl/StatusResponseManager$StatusInfo;
            areturn
        end local 0 // sun.security.ssl.StatusResponseManager$OCSPFetchCall this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   43     0        this  Lsun/security/ssl/StatusResponseManager$OCSPFetchCall;
           25   35     1  cacheEntry  Lsun/security/ssl/StatusResponseManager$ResponseCacheEntry;
           18   38     2  extsToSend  Ljava/util/List<Ljava/security/cert/Extension;>;
           21   38     3   respBytes  [B
           40   42     1         ioe  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           5    10      39  Class java.io.IOException
          11    38      39  Class java.io.IOException

  private void addToCache(sun.security.provider.certpath.CertId, sun.security.ssl.StatusResponseManager$ResponseCacheEntry);
    descriptor: (Lsun/security/provider/certpath/CertId;Lsun/security/ssl/StatusResponseManager$ResponseCacheEntry;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.security.ssl.StatusResponseManager$OCSPFetchCall this
        start local 1 // sun.security.provider.certpath.CertId certId
        start local 2 // sun.security.ssl.StatusResponseManager$ResponseCacheEntry entry
         0: .line 701
            aload 2 /* entry */
            getfield sun.security.ssl.StatusResponseManager$ResponseCacheEntry.nextUpdate:Ljava/util/Date;
            ifnonnull 4
            aload 0 /* this */
            getfield sun.security.ssl.StatusResponseManager$OCSPFetchCall.this$0:Lsun/security/ssl/StatusResponseManager;
            getfield sun.security.ssl.StatusResponseManager.cacheLifetime:I
            ifne 4
         1: .line 702
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 11
            ldc "respmgr"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 11
         2: .line 703
            ldc "Not caching this OCSP response"
            iconst_0
            anewarray java.lang.Object
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
         3: .line 705
            goto 11
         4: .line 706
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.StatusResponseManager$OCSPFetchCall.this$0:Lsun/security/ssl/StatusResponseManager;
            getfield sun.security.ssl.StatusResponseManager.responseCache:Lsun/security/util/Cache;
            aload 1 /* certId */
            aload 2 /* entry */
            invokevirtual sun.security.util.Cache.put:(Ljava/lang/Object;Ljava/lang/Object;)V
         5: .line 707
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 11
            ldc "respmgr"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 11
         6: .line 709
            new java.lang.StringBuilder
            dup
            ldc "Added response for SN "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         7: .line 710
            aload 1 /* certId */
            invokevirtual sun.security.provider.certpath.CertId.getSerialNumber:()Ljava/math/BigInteger;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         8: .line 711
            ldc " to cache"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         9: .line 709
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            iconst_0
            anewarray java.lang.Object
        10: .line 708
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
        11: .line 714
      StackMap locals:
      StackMap stack:
            return
        end local 2 // sun.security.ssl.StatusResponseManager$ResponseCacheEntry entry
        end local 1 // sun.security.provider.certpath.CertId certId
        end local 0 // sun.security.ssl.StatusResponseManager$OCSPFetchCall this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Lsun/security/ssl/StatusResponseManager$OCSPFetchCall;
            0   12     1  certId  Lsun/security/provider/certpath/CertId;
            0   12     2   entry  Lsun/security/ssl/StatusResponseManager$ResponseCacheEntry;
    MethodParameters:
        Name  Flags
      certId  
      entry   

  private long getNextTaskDelay(java.util.Date);
    descriptor: (Ljava/util/Date;)J
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=7, args_size=2
        start local 0 // sun.security.ssl.StatusResponseManager$OCSPFetchCall this
        start local 1 // java.util.Date nextUpdate
         0: .line 735
            aload 0 /* this */
            getfield sun.security.ssl.StatusResponseManager$OCSPFetchCall.this$0:Lsun/security/ssl/StatusResponseManager;
            invokevirtual sun.security.ssl.StatusResponseManager.getCacheLifetime:()I
            istore 4 /* lifetime */
        start local 4 // int lifetime
         1: .line 737
            aload 1 /* nextUpdate */
            ifnull 11
         2: .line 738
            aload 1 /* nextUpdate */
            invokevirtual java.util.Date.getTime:()J
         3: .line 739
            invokestatic java.lang.System.currentTimeMillis:()J
         4: .line 738
            lsub
         5: .line 739
            ldc 1000
         6: .line 738
            ldiv
            lstore 5 /* nuDiffSec */
        start local 5 // long nuDiffSec
         7: .line 740
            iload 4 /* lifetime */
            ifle 8
            lload 5 /* nuDiffSec */
            iload 4 /* lifetime */
            i2l
            invokestatic java.lang.Long.min:(JJ)J
            goto 9
         8: .line 741
      StackMap locals: sun.security.ssl.StatusResponseManager$OCSPFetchCall java.util.Date top top int long
      StackMap stack:
            lload 5 /* nuDiffSec */
         9: .line 740
      StackMap locals:
      StackMap stack: long
            lstore 2 /* delaySec */
        end local 5 // long nuDiffSec
        start local 2 // long delaySec
        10: .line 742
            goto 14
        end local 2 // long delaySec
        11: .line 743
      StackMap locals:
      StackMap stack:
            iload 4 /* lifetime */
            ifle 12
            iload 4 /* lifetime */
            goto 13
      StackMap locals:
      StackMap stack:
        12: iconst_m1
      StackMap locals:
      StackMap stack: int
        13: i2l
            lstore 2 /* delaySec */
        start local 2 // long delaySec
        14: .line 746
      StackMap locals: sun.security.ssl.StatusResponseManager$OCSPFetchCall java.util.Date long int
      StackMap stack:
            lload 2 /* delaySec */
            lreturn
        end local 4 // int lifetime
        end local 2 // long delaySec
        end local 1 // java.util.Date nextUpdate
        end local 0 // sun.security.ssl.StatusResponseManager$OCSPFetchCall this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   15     0        this  Lsun/security/ssl/StatusResponseManager$OCSPFetchCall;
            0   15     1  nextUpdate  Ljava/util/Date;
           10   11     2    delaySec  J
           14   15     2    delaySec  J
            1   15     4    lifetime  I
            7   10     5   nuDiffSec  J
    MethodParameters:
            Name  Flags
      nextUpdate  

  public java.lang.Object call();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual sun.security.ssl.StatusResponseManager$OCSPFetchCall.call:()Lsun/security/ssl/StatusResponseManager$StatusInfo;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
Signature: Ljava/lang/Object;Ljava/util/concurrent/Callable<Lsun/security/ssl/StatusResponseManager$StatusInfo;>;
SourceFile: "StatusResponseManager.java"
NestHost: sun.security.ssl.StatusResponseManager
InnerClasses:
  public final ResponseStatus = sun.security.provider.certpath.OCSPResponse$ResponseStatus of sun.security.provider.certpath.OCSPResponse
  final OCSPStatusRequest = sun.security.ssl.CertStatusExtension$OCSPStatusRequest of sun.security.ssl.CertStatusExtension
  OCSPFetchCall = sun.security.ssl.StatusResponseManager$OCSPFetchCall of sun.security.ssl.StatusResponseManager
  ResponseCacheEntry = sun.security.ssl.StatusResponseManager$ResponseCacheEntry of sun.security.ssl.StatusResponseManager
  StatusInfo = sun.security.ssl.StatusResponseManager$StatusInfo of sun.security.ssl.StatusResponseManager