final class sun.security.ssl.SSLServerSocketImpl extends javax.net.ssl.SSLServerSocket
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: sun.security.ssl.SSLServerSocketImpl
super_class: javax.net.ssl.SSLServerSocket
{
private sun.security.ssl.SSLContextImpl sslContext;
descriptor: Lsun/security/ssl/SSLContextImpl;
flags: (0x0002) ACC_PRIVATE
private sun.security.ssl.ClientAuthType clientAuthType;
descriptor: Lsun/security/ssl/ClientAuthType;
flags: (0x0002) ACC_PRIVATE
private boolean useServerMode;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private boolean enableSessionCreation;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private sun.security.ssl.CipherSuiteList enabledCipherSuites;
descriptor: Lsun/security/ssl/CipherSuiteList;
flags: (0x0002) ACC_PRIVATE
private sun.security.ssl.ProtocolList enabledProtocols;
descriptor: Lsun/security/ssl/ProtocolList;
flags: (0x0002) ACC_PRIVATE
private java.lang.String identificationProtocol;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
private java.security.AlgorithmConstraints algorithmConstraints;
descriptor: Ljava/security/AlgorithmConstraints;
flags: (0x0002) ACC_PRIVATE
java.util.Collection<javax.net.ssl.SNIMatcher> sniMatchers;
descriptor: Ljava/util/Collection;
flags: (0x0000)
Signature: Ljava/util/Collection<Ljavax/net/ssl/SNIMatcher;>;
java.lang.String[] applicationProtocols;
descriptor: [Ljava/lang/String;
flags: (0x0000)
private boolean preferLocalCipherSuites;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
void <init>(int, int, sun.security.ssl.SSLContextImpl);
descriptor: (IILsun/security/ssl/SSLContextImpl;)V
flags: (0x0000)
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
iload 1
iload 2
invokespecial javax.net.ssl.SSLServerSocket.<init>:(II)V
1: aload 0
getstatic sun.security.ssl.ClientAuthType.CLIENT_AUTH_NONE:Lsun/security/ssl/ClientAuthType;
putfield sun.security.ssl.SSLServerSocketImpl.clientAuthType:Lsun/security/ssl/ClientAuthType;
2: aload 0
iconst_1
putfield sun.security.ssl.SSLServerSocketImpl.useServerMode:Z
3: aload 0
iconst_1
putfield sun.security.ssl.SSLServerSocketImpl.enableSessionCreation:Z
4: aload 0
aconst_null
putfield sun.security.ssl.SSLServerSocketImpl.enabledCipherSuites:Lsun/security/ssl/CipherSuiteList;
5: aload 0
aconst_null
putfield sun.security.ssl.SSLServerSocketImpl.enabledProtocols:Lsun/security/ssl/ProtocolList;
6: aload 0
aconst_null
putfield sun.security.ssl.SSLServerSocketImpl.identificationProtocol:Ljava/lang/String;
7: aload 0
aconst_null
putfield sun.security.ssl.SSLServerSocketImpl.algorithmConstraints:Ljava/security/AlgorithmConstraints;
8: aload 0
9: invokestatic java.util.Collections.emptyList:()Ljava/util/List;
putfield sun.security.ssl.SSLServerSocketImpl.sniMatchers:Ljava/util/Collection;
10: aload 0
iconst_0
anewarray java.lang.String
putfield sun.security.ssl.SSLServerSocketImpl.applicationProtocols:[Ljava/lang/String;
11: aload 0
iconst_0
putfield sun.security.ssl.SSLServerSocketImpl.preferLocalCipherSuites:Z
12: aload 0
aload 3
invokevirtual sun.security.ssl.SSLServerSocketImpl.initServer:(Lsun/security/ssl/SSLContextImpl;)V
13: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lsun/security/ssl/SSLServerSocketImpl;
0 14 1 port I
0 14 2 backlog I
0 14 3 context Lsun/security/ssl/SSLContextImpl;
Exceptions:
throws java.io.IOException, javax.net.ssl.SSLException
MethodParameters:
Name Flags
port
backlog
context
void <init>(int, int, java.net.InetAddress, sun.security.ssl.SSLContextImpl);
descriptor: (IILjava/net/InetAddress;Lsun/security/ssl/SSLContextImpl;)V
flags: (0x0000)
Code:
stack=4, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
iload 1
iload 2
aload 3
invokespecial javax.net.ssl.SSLServerSocket.<init>:(IILjava/net/InetAddress;)V
1: aload 0
getstatic sun.security.ssl.ClientAuthType.CLIENT_AUTH_NONE:Lsun/security/ssl/ClientAuthType;
putfield sun.security.ssl.SSLServerSocketImpl.clientAuthType:Lsun/security/ssl/ClientAuthType;
2: aload 0
iconst_1
putfield sun.security.ssl.SSLServerSocketImpl.useServerMode:Z
3: aload 0
iconst_1
putfield sun.security.ssl.SSLServerSocketImpl.enableSessionCreation:Z
4: aload 0
aconst_null
putfield sun.security.ssl.SSLServerSocketImpl.enabledCipherSuites:Lsun/security/ssl/CipherSuiteList;
5: aload 0
aconst_null
putfield sun.security.ssl.SSLServerSocketImpl.enabledProtocols:Lsun/security/ssl/ProtocolList;
6: aload 0
aconst_null
putfield sun.security.ssl.SSLServerSocketImpl.identificationProtocol:Ljava/lang/String;
7: aload 0
aconst_null
putfield sun.security.ssl.SSLServerSocketImpl.algorithmConstraints:Ljava/security/AlgorithmConstraints;
8: aload 0
9: invokestatic java.util.Collections.emptyList:()Ljava/util/List;
putfield sun.security.ssl.SSLServerSocketImpl.sniMatchers:Ljava/util/Collection;
10: aload 0
iconst_0
anewarray java.lang.String
putfield sun.security.ssl.SSLServerSocketImpl.applicationProtocols:[Ljava/lang/String;
11: aload 0
iconst_0
putfield sun.security.ssl.SSLServerSocketImpl.preferLocalCipherSuites:Z
12: aload 0
aload 4
invokevirtual sun.security.ssl.SSLServerSocketImpl.initServer:(Lsun/security/ssl/SSLContextImpl;)V
13: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lsun/security/ssl/SSLServerSocketImpl;
0 14 1 port I
0 14 2 backlog I
0 14 3 address Ljava/net/InetAddress;
0 14 4 context Lsun/security/ssl/SSLContextImpl;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
port
backlog
address
context
void <init>(sun.security.ssl.SSLContextImpl);
descriptor: (Lsun/security/ssl/SSLContextImpl;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial javax.net.ssl.SSLServerSocket.<init>:()V
1: aload 0
getstatic sun.security.ssl.ClientAuthType.CLIENT_AUTH_NONE:Lsun/security/ssl/ClientAuthType;
putfield sun.security.ssl.SSLServerSocketImpl.clientAuthType:Lsun/security/ssl/ClientAuthType;
2: aload 0
iconst_1
putfield sun.security.ssl.SSLServerSocketImpl.useServerMode:Z
3: aload 0
iconst_1
putfield sun.security.ssl.SSLServerSocketImpl.enableSessionCreation:Z
4: aload 0
aconst_null
putfield sun.security.ssl.SSLServerSocketImpl.enabledCipherSuites:Lsun/security/ssl/CipherSuiteList;
5: aload 0
aconst_null
putfield sun.security.ssl.SSLServerSocketImpl.enabledProtocols:Lsun/security/ssl/ProtocolList;
6: aload 0
aconst_null
putfield sun.security.ssl.SSLServerSocketImpl.identificationProtocol:Ljava/lang/String;
7: aload 0
aconst_null
putfield sun.security.ssl.SSLServerSocketImpl.algorithmConstraints:Ljava/security/AlgorithmConstraints;
8: aload 0
9: invokestatic java.util.Collections.emptyList:()Ljava/util/List;
putfield sun.security.ssl.SSLServerSocketImpl.sniMatchers:Ljava/util/Collection;
10: aload 0
iconst_0
anewarray java.lang.String
putfield sun.security.ssl.SSLServerSocketImpl.applicationProtocols:[Ljava/lang/String;
11: aload 0
iconst_0
putfield sun.security.ssl.SSLServerSocketImpl.preferLocalCipherSuites:Z
12: aload 0
aload 1
invokevirtual sun.security.ssl.SSLServerSocketImpl.initServer:(Lsun/security/ssl/SSLContextImpl;)V
13: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lsun/security/ssl/SSLServerSocketImpl;
0 14 1 context Lsun/security/ssl/SSLContextImpl;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
context
private void initServer(sun.security.ssl.SSLContextImpl);
descriptor: (Lsun/security/ssl/SSLContextImpl;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 1
ifnonnull 2
1: new javax.net.ssl.SSLException
dup
ldc "No Authentication context given"
invokespecial javax.net.ssl.SSLException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 0
aload 1
putfield sun.security.ssl.SSLServerSocketImpl.sslContext:Lsun/security/ssl/SSLContextImpl;
3: aload 0
aload 0
getfield sun.security.ssl.SSLServerSocketImpl.sslContext:Lsun/security/ssl/SSLContextImpl;
iconst_1
invokevirtual sun.security.ssl.SSLContextImpl.getDefaultCipherSuiteList:(Z)Lsun/security/ssl/CipherSuiteList;
putfield sun.security.ssl.SSLServerSocketImpl.enabledCipherSuites:Lsun/security/ssl/CipherSuiteList;
4: aload 0
aload 0
getfield sun.security.ssl.SSLServerSocketImpl.sslContext:Lsun/security/ssl/SSLContextImpl;
iconst_1
invokevirtual sun.security.ssl.SSLContextImpl.getDefaultProtocolList:(Z)Lsun/security/ssl/ProtocolList;
putfield sun.security.ssl.SSLServerSocketImpl.enabledProtocols:Lsun/security/ssl/ProtocolList;
5: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lsun/security/ssl/SSLServerSocketImpl;
0 6 1 context Lsun/security/ssl/SSLContextImpl;
Exceptions:
throws javax.net.ssl.SSLException
MethodParameters:
Name Flags
context
public java.lang.String[] getSupportedCipherSuites();
descriptor: ()[Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.security.ssl.SSLServerSocketImpl.sslContext:Lsun/security/ssl/SSLContextImpl;
invokevirtual sun.security.ssl.SSLContextImpl.getSupportedCipherSuiteList:()Lsun/security/ssl/CipherSuiteList;
invokevirtual sun.security.ssl.CipherSuiteList.toStringArray:()[Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/security/ssl/SSLServerSocketImpl;
public synchronized java.lang.String[] getEnabledCipherSuites();
descriptor: ()[Ljava/lang/String;
flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.security.ssl.SSLServerSocketImpl.enabledCipherSuites:Lsun/security/ssl/CipherSuiteList;
invokevirtual sun.security.ssl.CipherSuiteList.toStringArray:()[Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/security/ssl/SSLServerSocketImpl;
public synchronized void setEnabledCipherSuites(java.lang.String[]);
descriptor: ([Ljava/lang/String;)V
flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
new sun.security.ssl.CipherSuiteList
dup
aload 1
invokespecial sun.security.ssl.CipherSuiteList.<init>:([Ljava/lang/String;)V
putfield sun.security.ssl.SSLServerSocketImpl.enabledCipherSuites:Lsun/security/ssl/CipherSuiteList;
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/security/ssl/SSLServerSocketImpl;
0 2 1 suites [Ljava/lang/String;
MethodParameters:
Name Flags
suites
public java.lang.String[] getSupportedProtocols();
descriptor: ()[Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.security.ssl.SSLServerSocketImpl.sslContext:Lsun/security/ssl/SSLContextImpl;
invokevirtual sun.security.ssl.SSLContextImpl.getSuportedProtocolList:()Lsun/security/ssl/ProtocolList;
invokevirtual sun.security.ssl.ProtocolList.toStringArray:()[Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/security/ssl/SSLServerSocketImpl;
public synchronized void setEnabledProtocols(java.lang.String[]);
descriptor: ([Ljava/lang/String;)V
flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
new sun.security.ssl.ProtocolList
dup
aload 1
invokespecial sun.security.ssl.ProtocolList.<init>:([Ljava/lang/String;)V
putfield sun.security.ssl.SSLServerSocketImpl.enabledProtocols:Lsun/security/ssl/ProtocolList;
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/security/ssl/SSLServerSocketImpl;
0 2 1 protocols [Ljava/lang/String;
MethodParameters:
Name Flags
protocols
public synchronized java.lang.String[] getEnabledProtocols();
descriptor: ()[Ljava/lang/String;
flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.security.ssl.SSLServerSocketImpl.enabledProtocols:Lsun/security/ssl/ProtocolList;
invokevirtual sun.security.ssl.ProtocolList.toStringArray:()[Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/security/ssl/SSLServerSocketImpl;
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
ifeq 1
getstatic sun.security.ssl.ClientAuthType.CLIENT_AUTH_REQUIRED:Lsun/security/ssl/ClientAuthType;
goto 2
1: StackMap locals:
StackMap stack: sun.security.ssl.SSLServerSocketImpl
getstatic sun.security.ssl.ClientAuthType.CLIENT_AUTH_NONE:Lsun/security/ssl/ClientAuthType;
2: StackMap locals: sun.security.ssl.SSLServerSocketImpl int
StackMap stack: sun.security.ssl.SSLServerSocketImpl sun.security.ssl.ClientAuthType
putfield sun.security.ssl.SSLServerSocketImpl.clientAuthType:Lsun/security/ssl/ClientAuthType;
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/security/ssl/SSLServerSocketImpl;
0 4 1 flag Z
MethodParameters:
Name Flags
flag
public boolean getNeedClientAuth();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.security.ssl.SSLServerSocketImpl.clientAuthType:Lsun/security/ssl/ClientAuthType;
getstatic sun.security.ssl.ClientAuthType.CLIENT_AUTH_REQUIRED:Lsun/security/ssl/ClientAuthType;
if_acmpne 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/security/ssl/SSLServerSocketImpl;
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
ifeq 1
getstatic sun.security.ssl.ClientAuthType.CLIENT_AUTH_REQUESTED:Lsun/security/ssl/ClientAuthType;
goto 2
1: StackMap locals:
StackMap stack: sun.security.ssl.SSLServerSocketImpl
getstatic sun.security.ssl.ClientAuthType.CLIENT_AUTH_NONE:Lsun/security/ssl/ClientAuthType;
2: StackMap locals: sun.security.ssl.SSLServerSocketImpl int
StackMap stack: sun.security.ssl.SSLServerSocketImpl sun.security.ssl.ClientAuthType
putfield sun.security.ssl.SSLServerSocketImpl.clientAuthType:Lsun/security/ssl/ClientAuthType;
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/security/ssl/SSLServerSocketImpl;
0 4 1 flag Z
MethodParameters:
Name Flags
flag
public boolean getWantClientAuth();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.security.ssl.SSLServerSocketImpl.clientAuthType:Lsun/security/ssl/ClientAuthType;
getstatic sun.security.ssl.ClientAuthType.CLIENT_AUTH_REQUESTED:Lsun/security/ssl/ClientAuthType;
if_acmpne 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/security/ssl/SSLServerSocketImpl;
public void setUseClientMode(boolean);
descriptor: (Z)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield sun.security.ssl.SSLServerSocketImpl.useServerMode:Z
iload 1
ifeq 1
iconst_0
goto 2
StackMap locals:
StackMap stack: int
1: iconst_1
StackMap locals: sun.security.ssl.SSLServerSocketImpl int
StackMap stack: int int
2: if_icmpeq 7
3: aload 0
getfield sun.security.ssl.SSLServerSocketImpl.sslContext:Lsun/security/ssl/SSLContextImpl;
aload 0
getfield sun.security.ssl.SSLServerSocketImpl.enabledProtocols:Lsun/security/ssl/ProtocolList;
invokevirtual sun.security.ssl.SSLContextImpl.isDefaultProtocolList:(Lsun/security/ssl/ProtocolList;)Z
ifeq 7
4: aload 0
aload 0
getfield sun.security.ssl.SSLServerSocketImpl.sslContext:Lsun/security/ssl/SSLContextImpl;
iload 1
ifeq 5
iconst_0
goto 6
StackMap locals: sun.security.ssl.SSLServerSocketImpl int
StackMap stack: sun.security.ssl.SSLServerSocketImpl sun.security.ssl.SSLContextImpl
5: iconst_1
StackMap locals: sun.security.ssl.SSLServerSocketImpl int
StackMap stack: sun.security.ssl.SSLServerSocketImpl sun.security.ssl.SSLContextImpl int
6: invokevirtual sun.security.ssl.SSLContextImpl.getDefaultProtocolList:(Z)Lsun/security/ssl/ProtocolList;
putfield sun.security.ssl.SSLServerSocketImpl.enabledProtocols:Lsun/security/ssl/ProtocolList;
7: StackMap locals:
StackMap stack:
aload 0
iload 1
ifeq 8
iconst_0
goto 9
StackMap locals:
StackMap stack: sun.security.ssl.SSLServerSocketImpl
8: iconst_1
StackMap locals: sun.security.ssl.SSLServerSocketImpl int
StackMap stack: sun.security.ssl.SSLServerSocketImpl int
9: putfield sun.security.ssl.SSLServerSocketImpl.useServerMode:Z
10: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lsun/security/ssl/SSLServerSocketImpl;
0 11 1 flag Z
MethodParameters:
Name Flags
flag
public boolean getUseClientMode();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.security.ssl.SSLServerSocketImpl.useServerMode:Z
ifeq 1
iconst_0
goto 2
StackMap locals:
StackMap stack:
1: iconst_1
StackMap locals:
StackMap stack: int
2: ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/security/ssl/SSLServerSocketImpl;
public void setEnableSessionCreation(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 sun.security.ssl.SSLServerSocketImpl.enableSessionCreation:Z
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/security/ssl/SSLServerSocketImpl;
0 2 1 flag Z
MethodParameters:
Name Flags
flag
public boolean getEnableSessionCreation();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.security.ssl.SSLServerSocketImpl.enableSessionCreation:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/security/ssl/SSLServerSocketImpl;
public synchronized javax.net.ssl.SSLParameters getSSLParameters();
descriptor: ()Ljavax/net/ssl/SSLParameters;
flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
invokespecial javax.net.ssl.SSLServerSocket.getSSLParameters:()Ljavax/net/ssl/SSLParameters;
astore 1
start local 1 1: aload 1
aload 0
getfield sun.security.ssl.SSLServerSocketImpl.identificationProtocol:Ljava/lang/String;
invokevirtual javax.net.ssl.SSLParameters.setEndpointIdentificationAlgorithm:(Ljava/lang/String;)V
2: aload 1
aload 0
getfield sun.security.ssl.SSLServerSocketImpl.algorithmConstraints:Ljava/security/AlgorithmConstraints;
invokevirtual javax.net.ssl.SSLParameters.setAlgorithmConstraints:(Ljava/security/AlgorithmConstraints;)V
3: aload 1
aload 0
getfield sun.security.ssl.SSLServerSocketImpl.sniMatchers:Ljava/util/Collection;
invokevirtual javax.net.ssl.SSLParameters.setSNIMatchers:(Ljava/util/Collection;)V
4: aload 1
aload 0
getfield sun.security.ssl.SSLServerSocketImpl.preferLocalCipherSuites:Z
invokevirtual javax.net.ssl.SSLParameters.setUseCipherSuitesOrder:(Z)V
5: aload 1
aload 0
getfield sun.security.ssl.SSLServerSocketImpl.applicationProtocols:[Ljava/lang/String;
invokevirtual javax.net.ssl.SSLParameters.setApplicationProtocols:([Ljava/lang/String;)V
6: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lsun/security/ssl/SSLServerSocketImpl;
1 7 1 params Ljavax/net/ssl/SSLParameters;
public synchronized void setSSLParameters(javax.net.ssl.SSLParameters);
descriptor: (Ljavax/net/ssl/SSLParameters;)V
flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial javax.net.ssl.SSLServerSocket.setSSLParameters:(Ljavax/net/ssl/SSLParameters;)V
1: aload 0
aload 1
invokevirtual javax.net.ssl.SSLParameters.getEndpointIdentificationAlgorithm:()Ljava/lang/String;
putfield sun.security.ssl.SSLServerSocketImpl.identificationProtocol:Ljava/lang/String;
2: aload 0
aload 1
invokevirtual javax.net.ssl.SSLParameters.getAlgorithmConstraints:()Ljava/security/AlgorithmConstraints;
putfield sun.security.ssl.SSLServerSocketImpl.algorithmConstraints:Ljava/security/AlgorithmConstraints;
3: aload 0
aload 1
invokevirtual javax.net.ssl.SSLParameters.getUseCipherSuitesOrder:()Z
putfield sun.security.ssl.SSLServerSocketImpl.preferLocalCipherSuites:Z
4: aload 1
invokevirtual javax.net.ssl.SSLParameters.getSNIMatchers:()Ljava/util/Collection;
astore 2
start local 2 5: aload 2
ifnull 7
6: aload 0
aload 1
invokevirtual javax.net.ssl.SSLParameters.getSNIMatchers:()Ljava/util/Collection;
putfield sun.security.ssl.SSLServerSocketImpl.sniMatchers:Ljava/util/Collection;
7: StackMap locals: java.util.Collection
StackMap stack:
aload 0
aload 1
invokevirtual javax.net.ssl.SSLParameters.getApplicationProtocols:()[Ljava/lang/String;
putfield sun.security.ssl.SSLServerSocketImpl.applicationProtocols:[Ljava/lang/String;
8: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lsun/security/ssl/SSLServerSocketImpl;
0 9 1 params Ljavax/net/ssl/SSLParameters;
5 9 2 matchers Ljava/util/Collection<Ljavax/net/ssl/SNIMatcher;>;
MethodParameters:
Name Flags
params
public java.net.Socket accept();
descriptor: ()Ljava/net/Socket;
flags: (0x0001) ACC_PUBLIC
Code:
stack=13, locals=2, args_size=1
start local 0 0: new sun.security.ssl.SSLSocketImpl
dup
aload 0
getfield sun.security.ssl.SSLServerSocketImpl.sslContext:Lsun/security/ssl/SSLContextImpl;
aload 0
getfield sun.security.ssl.SSLServerSocketImpl.useServerMode:Z
1: aload 0
getfield sun.security.ssl.SSLServerSocketImpl.enabledCipherSuites:Lsun/security/ssl/CipherSuiteList;
aload 0
getfield sun.security.ssl.SSLServerSocketImpl.clientAuthType:Lsun/security/ssl/ClientAuthType;
aload 0
getfield sun.security.ssl.SSLServerSocketImpl.enableSessionCreation:Z
2: aload 0
getfield sun.security.ssl.SSLServerSocketImpl.enabledProtocols:Lsun/security/ssl/ProtocolList;
aload 0
getfield sun.security.ssl.SSLServerSocketImpl.identificationProtocol:Ljava/lang/String;
aload 0
getfield sun.security.ssl.SSLServerSocketImpl.algorithmConstraints:Ljava/security/AlgorithmConstraints;
3: aload 0
getfield sun.security.ssl.SSLServerSocketImpl.sniMatchers:Ljava/util/Collection;
aload 0
getfield sun.security.ssl.SSLServerSocketImpl.preferLocalCipherSuites:Z
aload 0
getfield sun.security.ssl.SSLServerSocketImpl.applicationProtocols:[Ljava/lang/String;
4: invokespecial sun.security.ssl.SSLSocketImpl.<init>:(Lsun/security/ssl/SSLContextImpl;ZLsun/security/ssl/CipherSuiteList;Lsun/security/ssl/ClientAuthType;ZLsun/security/ssl/ProtocolList;Ljava/lang/String;Ljava/security/AlgorithmConstraints;Ljava/util/Collection;Z[Ljava/lang/String;)V
astore 1
start local 1 5: aload 0
aload 1
invokevirtual sun.security.ssl.SSLServerSocketImpl.implAccept:(Ljava/net/Socket;)V
6: aload 1
invokevirtual sun.security.ssl.SSLSocketImpl.doneConnect:()V
7: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lsun/security/ssl/SSLServerSocketImpl;
5 8 1 s Lsun/security/ssl/SSLSocketImpl;
Exceptions:
throws java.io.IOException
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.StringBuilder
dup
ldc "[SSL: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
invokespecial javax.net.ssl.SSLServerSocket.toString:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
ldc "]"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/security/ssl/SSLServerSocketImpl;
}
SourceFile: "SSLServerSocketImpl.java"