class sun.security.ssl.ServerHandshaker$StaplingParameters
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.security.ssl.ServerHandshaker$StaplingParameters
  super_class: java.lang.Object
{
  private final sun.security.ssl.ExtensionType statusRespExt;
    descriptor: Lsun/security/ssl/ExtensionType;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final sun.security.ssl.StatusRequestType statReqType;
    descriptor: Lsun/security/ssl/StatusRequestType;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final sun.security.ssl.StatusRequest statReqData;
    descriptor: Lsun/security/ssl/StatusRequest;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.Map<java.security.cert.X509Certificate, byte[]> responseMap;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/security/cert/X509Certificate;[B>;

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

  void <init>(sun.security.ssl.ExtensionType, sun.security.ssl.StatusRequestType, sun.security.ssl.StatusRequest, java.util.Map<java.security.cert.X509Certificate, byte[]>);
    descriptor: (Lsun/security/ssl/ServerHandshaker;Lsun/security/ssl/ExtensionType;Lsun/security/ssl/StatusRequestType;Lsun/security/ssl/StatusRequest;Ljava/util/Map;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // sun.security.ssl.ServerHandshaker$StaplingParameters this
        start local 2 // sun.security.ssl.ExtensionType ext
        start local 3 // sun.security.ssl.StatusRequestType type
        start local 4 // sun.security.ssl.StatusRequest req
        start local 5 // java.util.Map responses
         0: .line 2337
            aload 0 /* this */
            aload 1
            putfield sun.security.ssl.ServerHandshaker$StaplingParameters.this$0:Lsun/security/ssl/ServerHandshaker;
         1: .line 2336
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         2: .line 2338
            aload 0 /* this */
            aload 2 /* ext */
            putfield sun.security.ssl.ServerHandshaker$StaplingParameters.statusRespExt:Lsun/security/ssl/ExtensionType;
         3: .line 2339
            aload 0 /* this */
            aload 3 /* type */
            putfield sun.security.ssl.ServerHandshaker$StaplingParameters.statReqType:Lsun/security/ssl/StatusRequestType;
         4: .line 2340
            aload 0 /* this */
            aload 4 /* req */
            putfield sun.security.ssl.ServerHandshaker$StaplingParameters.statReqData:Lsun/security/ssl/StatusRequest;
         5: .line 2341
            aload 0 /* this */
            aload 5 /* responses */
            putfield sun.security.ssl.ServerHandshaker$StaplingParameters.responseMap:Ljava/util/Map;
         6: .line 2342
            return
        end local 5 // java.util.Map responses
        end local 4 // sun.security.ssl.StatusRequest req
        end local 3 // sun.security.ssl.StatusRequestType type
        end local 2 // sun.security.ssl.ExtensionType ext
        end local 0 // sun.security.ssl.ServerHandshaker$StaplingParameters this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lsun/security/ssl/ServerHandshaker$StaplingParameters;
            0    7     2        ext  Lsun/security/ssl/ExtensionType;
            0    7     3       type  Lsun/security/ssl/StatusRequestType;
            0    7     4        req  Lsun/security/ssl/StatusRequest;
            0    7     5  responses  Ljava/util/Map<Ljava/security/cert/X509Certificate;[B>;
    Signature: (Lsun/security/ssl/ExtensionType;Lsun/security/ssl/StatusRequestType;Lsun/security/ssl/StatusRequest;Ljava/util/Map<Ljava/security/cert/X509Certificate;[B>;)V
    MethodParameters:
           Name  Flags
      this$0     final
      ext        
      type       
      req        
      responses  
}
SourceFile: "ServerHandshaker.java"
NestHost: sun.security.ssl.ServerHandshaker
InnerClasses:
  private StaplingParameters = sun.security.ssl.ServerHandshaker$StaplingParameters of sun.security.ssl.ServerHandshaker