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 0: aload 0
invokespecial org.eclipse.jetty.util.ssl.SslContextFactory.<init>:()V
1: aload 0
aconst_null
invokevirtual org.eclipse.jetty.util.ssl.SslContextFactory$Server.setEndpointIdentificationAlgorithm:(Ljava/lang/String;)V
2: return
end local 0 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 0: aload 0
getfield org.eclipse.jetty.util.ssl.SslContextFactory$Server._needClientAuth:Z
ireturn
end local 0 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 start local 1 0: aload 0
iload 1
putfield org.eclipse.jetty.util.ssl.SslContextFactory$Server._needClientAuth:Z
1: return
end local 1 end local 0 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 0: aload 0
getfield org.eclipse.jetty.util.ssl.SslContextFactory$Server._wantClientAuth:Z
ireturn
end local 0 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 start local 1 0: aload 0
iload 1
putfield org.eclipse.jetty.util.ssl.SslContextFactory$Server._wantClientAuth:Z
1: return
end local 1 end local 0 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