class org.springframework.boot.web.embedded.tomcat.SslConnectorCustomizer implements org.springframework.boot.web.embedded.tomcat.TomcatConnectorCustomizer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.boot.web.embedded.tomcat.SslConnectorCustomizer
  super_class: java.lang.Object
{
  private final org.springframework.boot.web.server.Ssl ssl;
    descriptor: Lorg/springframework/boot/web/server/Ssl;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.springframework.boot.web.server.SslStoreProvider sslStoreProvider;
    descriptor: Lorg/springframework/boot/web/server/SslStoreProvider;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(org.springframework.boot.web.server.Ssl, org.springframework.boot.web.server.SslStoreProvider);
    descriptor: (Lorg/springframework/boot/web/server/Ssl;Lorg/springframework/boot/web/server/SslStoreProvider;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.springframework.boot.web.embedded.tomcat.SslConnectorCustomizer this
        start local 1 // org.springframework.boot.web.server.Ssl ssl
        start local 2 // org.springframework.boot.web.server.SslStoreProvider sslStoreProvider
         0: .line 46
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 47
            aload 1 /* ssl */
            ldc "Ssl configuration should not be null"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         2: .line 48
            aload 0 /* this */
            aload 1 /* ssl */
            putfield org.springframework.boot.web.embedded.tomcat.SslConnectorCustomizer.ssl:Lorg/springframework/boot/web/server/Ssl;
         3: .line 49
            aload 0 /* this */
            aload 2 /* sslStoreProvider */
            putfield org.springframework.boot.web.embedded.tomcat.SslConnectorCustomizer.sslStoreProvider:Lorg/springframework/boot/web/server/SslStoreProvider;
         4: .line 50
            return
        end local 2 // org.springframework.boot.web.server.SslStoreProvider sslStoreProvider
        end local 1 // org.springframework.boot.web.server.Ssl ssl
        end local 0 // org.springframework.boot.web.embedded.tomcat.SslConnectorCustomizer this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    5     0              this  Lorg/springframework/boot/web/embedded/tomcat/SslConnectorCustomizer;
            0    5     1               ssl  Lorg/springframework/boot/web/server/Ssl;
            0    5     2  sslStoreProvider  Lorg/springframework/boot/web/server/SslStoreProvider;
    MethodParameters:
                  Name  Flags
      ssl               
      sslStoreProvider  

  public void customize(Connector);
    descriptor: (LConnector;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.embedded.tomcat.SslConnectorCustomizer this
         0: .line 53
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tConnector cannot be resolved to a type\n\tProtocolHandler cannot be resolved to a type\n\tAbstractHttp11JsseProtocol cannot be resolved to a type\n\tThe method configureSsl(AbstractHttp11JsseProtocol<?>, Ssl, SslStoreProvider) from the type SslConnectorCustomizer refers to the missing type AbstractHttp11JsseProtocol\n\tAbstractHttp11JsseProtocol cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.embedded.tomcat.SslConnectorCustomizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/embedded/tomcat/SslConnectorCustomizer;
    MethodParameters:
           Name  Flags
      connector  

  protected void configureSsl(AbstractHttp11JsseProtocol<?>, org.springframework.boot.web.server.Ssl, org.springframework.boot.web.server.SslStoreProvider);
    descriptor: (LAbstractHttp11JsseProtocol;Lorg/springframework/boot/web/server/Ssl;Lorg/springframework/boot/web/server/SslStoreProvider;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.springframework.boot.web.embedded.tomcat.SslConnectorCustomizer this
         0: .line 68
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tAbstractHttp11JsseProtocol cannot be resolved to a type\n\tSSLHostConfig cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.embedded.tomcat.SslConnectorCustomizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/embedded/tomcat/SslConnectorCustomizer;
    Signature: (LAbstractHttp11JsseProtocol<*>;Lorg/springframework/boot/web/server/Ssl;Lorg/springframework/boot/web/server/SslStoreProvider;)V
    MethodParameters:
                  Name  Flags
      protocol          
      ssl               
      sslStoreProvider  

  void configureSslClientAuth(AbstractHttp11JsseProtocol<?>, org.springframework.boot.web.server.Ssl);
    descriptor: (LAbstractHttp11JsseProtocol;Lorg/springframework/boot/web/server/Ssl;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.web.embedded.tomcat.SslConnectorCustomizer this
         0: .line 97
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tAbstractHttp11JsseProtocol cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.embedded.tomcat.SslConnectorCustomizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/embedded/tomcat/SslConnectorCustomizer;
    Signature: (LAbstractHttp11JsseProtocol<*>;Lorg/springframework/boot/web/server/Ssl;)V
    MethodParameters:
          Name  Flags
      protocol  
      ssl       

  protected void configureSslStoreProvider(AbstractHttp11JsseProtocol<?>, org.springframework.boot.web.server.SslStoreProvider);
    descriptor: (LAbstractHttp11JsseProtocol;Lorg/springframework/boot/web/server/SslStoreProvider;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.web.embedded.tomcat.SslConnectorCustomizer this
         0: .line 106
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tAbstractHttp11JsseProtocol cannot be resolved to a type\n\tHttp11NioProtocol cannot be resolved to a type\n\tTomcatURLStreamHandlerFactory cannot be resolved to a type\n\tTomcatURLStreamHandlerFactory cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.embedded.tomcat.SslConnectorCustomizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/embedded/tomcat/SslConnectorCustomizer;
    Signature: (LAbstractHttp11JsseProtocol<*>;Lorg/springframework/boot/web/server/SslStoreProvider;)V
    MethodParameters:
                  Name  Flags
      protocol          
      sslStoreProvider  

  void configureSslKeyStore(AbstractHttp11JsseProtocol<?>, org.springframework.boot.web.server.Ssl);
    descriptor: (LAbstractHttp11JsseProtocol;Lorg/springframework/boot/web/server/Ssl;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.web.embedded.tomcat.SslConnectorCustomizer this
         0: .line 127
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tAbstractHttp11JsseProtocol cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.embedded.tomcat.SslConnectorCustomizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/embedded/tomcat/SslConnectorCustomizer;
    Signature: (LAbstractHttp11JsseProtocol<*>;Lorg/springframework/boot/web/server/Ssl;)V
    MethodParameters:
          Name  Flags
      protocol  
      ssl       

  void configureSslTrustStore(AbstractHttp11JsseProtocol<?>, org.springframework.boot.web.server.Ssl);
    descriptor: (LAbstractHttp11JsseProtocol;Lorg/springframework/boot/web/server/Ssl;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.web.embedded.tomcat.SslConnectorCustomizer this
         0: .line 142
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tAbstractHttp11JsseProtocol cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.embedded.tomcat.SslConnectorCustomizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/embedded/tomcat/SslConnectorCustomizer;
    Signature: (LAbstractHttp11JsseProtocol<*>;Lorg/springframework/boot/web/server/Ssl;)V
    MethodParameters:
          Name  Flags
      protocol  
      ssl       

  public void customize(Connector);
    descriptor: (LConnector;)V
    flags: (0x1001) ACC_PUBLIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 40
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe type SslConnectorCustomizer must implement the inherited abstract method TomcatConnectorCustomizer.customize(Connector)\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
            
}
SourceFile: "SslConnectorCustomizer.java"