public class org.eclipse.jetty.util.ssl.SslContextFactory$Server extends org.eclipse.jetty.util.ssl.SslContextFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jetty.util.ssl.SslContextFactory$Server
  super_class: org.eclipse.jetty.util.ssl.SslContextFactory
{
  private boolean _needClientAuth;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean _wantClientAuth;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.util.ssl.SslContextFactory$Server this
         0: .line 2126
            aload 0 /* this */
            invokespecial org.eclipse.jetty.util.ssl.SslContextFactory.<init>:()V
         1: .line 2128
            aload 0 /* this */
            aconst_null
            invokevirtual org.eclipse.jetty.util.ssl.SslContextFactory$Server.setEndpointIdentificationAlgorithm:(Ljava/lang/String;)V
         2: .line 2129
            return
        end local 0 // org.eclipse.jetty.util.ssl.SslContextFactory$Server this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jetty/util/ssl/SslContextFactory$Server;

  public boolean getNeedClientAuth();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.util.ssl.SslContextFactory$Server this
         0: .line 2138
            aload 0 /* this */
            getfield org.eclipse.jetty.util.ssl.SslContextFactory$Server._needClientAuth:Z
            ireturn
        end local 0 // org.eclipse.jetty.util.ssl.SslContextFactory$Server this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/util/ssl/SslContextFactory$Server;
    RuntimeVisibleAnnotations: 
      org.eclipse.jetty.util.annotation.ManagedAttribute(value = "Whether client authentication is needed")

  public void setNeedClientAuth(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.util.ssl.SslContextFactory$Server this
        start local 1 // boolean needClientAuth
         0: .line 2147
            aload 0 /* this */
            iload 1 /* needClientAuth */
            putfield org.eclipse.jetty.util.ssl.SslContextFactory$Server._needClientAuth:Z
         1: .line 2148
            return
        end local 1 // boolean needClientAuth
        end local 0 // org.eclipse.jetty.util.ssl.SslContextFactory$Server this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/eclipse/jetty/util/ssl/SslContextFactory$Server;
            0    2     1  needClientAuth  Z
    MethodParameters:
                Name  Flags
      needClientAuth  

  public boolean getWantClientAuth();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.util.ssl.SslContextFactory$Server this
         0: .line 2157
            aload 0 /* this */
            getfield org.eclipse.jetty.util.ssl.SslContextFactory$Server._wantClientAuth:Z
            ireturn
        end local 0 // org.eclipse.jetty.util.ssl.SslContextFactory$Server this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/util/ssl/SslContextFactory$Server;
    RuntimeVisibleAnnotations: 
      org.eclipse.jetty.util.annotation.ManagedAttribute(value = "Whether client authentication is wanted")

  public void setWantClientAuth(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.util.ssl.SslContextFactory$Server this
        start local 1 // boolean wantClientAuth
         0: .line 2166
            aload 0 /* this */
            iload 1 /* wantClientAuth */
            putfield org.eclipse.jetty.util.ssl.SslContextFactory$Server._wantClientAuth:Z
         1: .line 2167
            return
        end local 1 // boolean wantClientAuth
        end local 0 // org.eclipse.jetty.util.ssl.SslContextFactory$Server this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/eclipse/jetty/util/ssl/SslContextFactory$Server;
            0    2     1  wantClientAuth  Z
    MethodParameters:
                Name  Flags
      wantClientAuth  
}
SourceFile: "SslContextFactory.java"
NestHost: org.eclipse.jetty.util.ssl.SslContextFactory
InnerClasses:
  public Server = org.eclipse.jetty.util.ssl.SslContextFactory$Server of org.eclipse.jetty.util.ssl.SslContextFactory