final class sun.security.ssl.SupportedGroupsExtension$CHSupportedGroupsConsumer implements sun.security.ssl.SSLExtension$ExtensionConsumer
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: sun.security.ssl.SupportedGroupsExtension$CHSupportedGroupsConsumer
super_class: java.lang.Object
{
private void <init>();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 // sun.security.ssl.SupportedGroupsExtension$CHSupportedGroupsConsumer this
0: .line 444
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 446
return
end local 0 // sun.security.ssl.SupportedGroupsExtension$CHSupportedGroupsConsumer this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/security/ssl/SupportedGroupsExtension$CHSupportedGroupsConsumer;
public void consume(sun.security.ssl.ConnectionContext, sun.security.ssl.SSLHandshake$HandshakeMessage, java.nio.ByteBuffer);
descriptor: (Lsun/security/ssl/ConnectionContext;Lsun/security/ssl/SSLHandshake$HandshakeMessage;Ljava/nio/ByteBuffer;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=12, args_size=4
start local 0 // sun.security.ssl.SupportedGroupsExtension$CHSupportedGroupsConsumer this
start local 1 // sun.security.ssl.ConnectionContext context
start local 2 // sun.security.ssl.SSLHandshake$HandshakeMessage message
start local 3 // java.nio.ByteBuffer buffer
0: .line 452
aload 1 /* context */
checkcast sun.security.ssl.ServerHandshakeContext
astore 4 /* shc */
start local 4 // sun.security.ssl.ServerHandshakeContext shc
1: .line 455
aload 4 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.sslConfig:Lsun/security/ssl/SSLConfiguration;
getstatic sun.security.ssl.SSLExtension.CH_SUPPORTED_GROUPS:Lsun/security/ssl/SSLExtension;
invokevirtual sun.security.ssl.SSLConfiguration.isAvailable:(Lsun/security/ssl/SSLExtension;)Z
ifne 6
2: .line 456
getstatic sun.security.ssl.SSLLogger.isOn:Z
ifeq 5
ldc "ssl,handshake"
invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
ifeq 5
3: .line 458
ldc "Ignore unavailable supported_groups extension"
iconst_0
anewarray java.lang.Object
4: .line 457
invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
5: .line 460
StackMap locals: sun.security.ssl.ServerHandshakeContext
StackMap stack:
return
6: .line 466
StackMap locals:
StackMap stack:
new sun.security.ssl.SupportedGroupsExtension$SupportedGroupsSpec
dup
aload 3 /* buffer */
invokespecial sun.security.ssl.SupportedGroupsExtension$SupportedGroupsSpec.<init>:(Ljava/nio/ByteBuffer;)V
astore 5 /* spec */
start local 5 // sun.security.ssl.SupportedGroupsExtension$SupportedGroupsSpec spec
7: .line 467
goto 10
end local 5 // sun.security.ssl.SupportedGroupsExtension$SupportedGroupsSpec spec
StackMap locals:
StackMap stack: java.io.IOException
8: astore 6 /* ioe */
start local 6 // java.io.IOException ioe
9: .line 468
aload 4 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
getstatic sun.security.ssl.Alert.UNEXPECTED_MESSAGE:Lsun/security/ssl/Alert;
aload 6 /* ioe */
invokevirtual sun.security.ssl.TransportContext.fatal:(Lsun/security/ssl/Alert;Ljava/lang/Throwable;)Ljavax/net/ssl/SSLException;
athrow
end local 6 // java.io.IOException ioe
start local 5 // sun.security.ssl.SupportedGroupsExtension$SupportedGroupsSpec spec
10: .line 472
StackMap locals: sun.security.ssl.SupportedGroupsExtension$SupportedGroupsSpec
StackMap stack:
new java.util.LinkedList
dup
invokespecial java.util.LinkedList.<init>:()V
astore 6 /* knownNamedGroups */
start local 6 // java.util.List knownNamedGroups
11: .line 473
aload 5 /* spec */
getfield sun.security.ssl.SupportedGroupsExtension$SupportedGroupsSpec.namedGroupsIds:[I
dup
astore 10
arraylength
istore 9
iconst_0
istore 8
goto 17
StackMap locals: sun.security.ssl.SupportedGroupsExtension$CHSupportedGroupsConsumer sun.security.ssl.ConnectionContext sun.security.ssl.SSLHandshake$HandshakeMessage java.nio.ByteBuffer sun.security.ssl.ServerHandshakeContext sun.security.ssl.SupportedGroupsExtension$SupportedGroupsSpec java.util.List top int int int[]
StackMap stack:
12: aload 10
iload 8
iaload
istore 7 /* id */
start local 7 // int id
13: .line 474
iload 7 /* id */
invokestatic sun.security.ssl.NamedGroup.valueOf:(I)Lsun/security/ssl/NamedGroup;
astore 11 /* ng */
start local 11 // sun.security.ssl.NamedGroup ng
14: .line 475
aload 11 /* ng */
ifnull 16
15: .line 476
aload 6 /* knownNamedGroups */
aload 11 /* ng */
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
end local 11 // sun.security.ssl.NamedGroup ng
end local 7 // int id
16: .line 473
StackMap locals:
StackMap stack:
iinc 8 1
StackMap locals:
StackMap stack:
17: iload 8
iload 9
if_icmplt 12
18: .line 480
aload 4 /* shc */
aload 6 /* knownNamedGroups */
putfield sun.security.ssl.ServerHandshakeContext.clientRequestedNamedGroups:Ljava/util/List;
19: .line 481
aload 4 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.handshakeExtensions:Ljava/util/Map;
getstatic sun.security.ssl.SSLExtension.CH_SUPPORTED_GROUPS:Lsun/security/ssl/SSLExtension;
aload 5 /* spec */
invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
20: .line 484
return
end local 6 // java.util.List knownNamedGroups
end local 5 // sun.security.ssl.SupportedGroupsExtension$SupportedGroupsSpec spec
end local 4 // sun.security.ssl.ServerHandshakeContext shc
end local 3 // java.nio.ByteBuffer buffer
end local 2 // sun.security.ssl.SSLHandshake$HandshakeMessage message
end local 1 // sun.security.ssl.ConnectionContext context
end local 0 // sun.security.ssl.SupportedGroupsExtension$CHSupportedGroupsConsumer this
LocalVariableTable:
Start End Slot Name Signature
0 21 0 this Lsun/security/ssl/SupportedGroupsExtension$CHSupportedGroupsConsumer;
0 21 1 context Lsun/security/ssl/ConnectionContext;
0 21 2 message Lsun/security/ssl/SSLHandshake$HandshakeMessage;
0 21 3 buffer Ljava/nio/ByteBuffer;
1 21 4 shc Lsun/security/ssl/ServerHandshakeContext;
7 8 5 spec Lsun/security/ssl/SupportedGroupsExtension$SupportedGroupsSpec;
10 21 5 spec Lsun/security/ssl/SupportedGroupsExtension$SupportedGroupsSpec;
9 10 6 ioe Ljava/io/IOException;
11 21 6 knownNamedGroups Ljava/util/List<Lsun/security/ssl/NamedGroup;>;
13 16 7 id I
14 16 11 ng Lsun/security/ssl/NamedGroup;
Exception table:
from to target type
6 7 8 Class java.io.IOException
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
context
message
buffer
}
SourceFile: "SupportedGroupsExtension.java"
NestHost: sun.security.ssl.SupportedGroupsExtension
InnerClasses:
abstract ExtensionConsumer = sun.security.ssl.SSLExtension$ExtensionConsumer of sun.security.ssl.SSLExtension
abstract HandshakeMessage = sun.security.ssl.SSLHandshake$HandshakeMessage of sun.security.ssl.SSLHandshake
private final CHSupportedGroupsConsumer = sun.security.ssl.SupportedGroupsExtension$CHSupportedGroupsConsumer of sun.security.ssl.SupportedGroupsExtension
final SupportedGroupsSpec = sun.security.ssl.SupportedGroupsExtension$SupportedGroupsSpec of sun.security.ssl.SupportedGroupsExtension