final class sun.security.ssl.SupportedGroupsExtension$EESupportedGroupsConsumer 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$EESupportedGroupsConsumer
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$EESupportedGroupsConsumer this
0: .line 596
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 598
return
end local 0 // sun.security.ssl.SupportedGroupsExtension$EESupportedGroupsConsumer this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/security/ssl/SupportedGroupsExtension$EESupportedGroupsConsumer;
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$EESupportedGroupsConsumer 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 604
aload 1 /* context */
checkcast sun.security.ssl.ClientHandshakeContext
astore 4 /* chc */
start local 4 // sun.security.ssl.ClientHandshakeContext chc
1: .line 607
aload 4 /* chc */
getfield sun.security.ssl.ClientHandshakeContext.sslConfig:Lsun/security/ssl/SSLConfiguration;
getstatic sun.security.ssl.SSLExtension.EE_SUPPORTED_GROUPS:Lsun/security/ssl/SSLExtension;
invokevirtual sun.security.ssl.SSLConfiguration.isAvailable:(Lsun/security/ssl/SSLExtension;)Z
ifne 6
2: .line 608
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 610
ldc "Ignore unavailable supported_groups extension"
iconst_0
anewarray java.lang.Object
4: .line 609
invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
5: .line 612
StackMap locals: sun.security.ssl.ClientHandshakeContext
StackMap stack:
return
6: .line 618
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 619
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 620
aload 4 /* chc */
getfield sun.security.ssl.ClientHandshakeContext.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 625
StackMap locals: sun.security.ssl.SupportedGroupsExtension$SupportedGroupsSpec
StackMap stack:
new java.util.ArrayList
dup
aload 5 /* spec */
getfield sun.security.ssl.SupportedGroupsExtension$SupportedGroupsSpec.namedGroupsIds:[I
arraylength
invokespecial java.util.ArrayList.<init>:(I)V
11: .line 624
astore 6 /* knownNamedGroups */
start local 6 // java.util.List knownNamedGroups
12: .line 626
aload 5 /* spec */
getfield sun.security.ssl.SupportedGroupsExtension$SupportedGroupsSpec.namedGroupsIds:[I
dup
astore 10
arraylength
istore 9
iconst_0
istore 8
goto 18
StackMap locals: sun.security.ssl.SupportedGroupsExtension$EESupportedGroupsConsumer sun.security.ssl.ConnectionContext sun.security.ssl.SSLHandshake$HandshakeMessage java.nio.ByteBuffer sun.security.ssl.ClientHandshakeContext sun.security.ssl.SupportedGroupsExtension$SupportedGroupsSpec java.util.List top int int int[]
StackMap stack:
13: aload 10
iload 8
iaload
istore 7 /* id */
start local 7 // int id
14: .line 627
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
15: .line 628
aload 11 /* ng */
ifnull 17
16: .line 629
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
17: .line 626
StackMap locals:
StackMap stack:
iinc 8 1
StackMap locals:
StackMap stack:
18: iload 8
iload 9
if_icmplt 13
19: .line 633
aload 4 /* chc */
getfield sun.security.ssl.ClientHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
aload 6 /* knownNamedGroups */
putfield sun.security.ssl.TransportContext.serverRequestedNamedGroups:Ljava/util/List;
20: .line 634
aload 4 /* chc */
getfield sun.security.ssl.ClientHandshakeContext.handshakeExtensions:Ljava/util/Map;
getstatic sun.security.ssl.SSLExtension.EE_SUPPORTED_GROUPS:Lsun/security/ssl/SSLExtension;
aload 5 /* spec */
invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
21: .line 637
return
end local 6 // java.util.List knownNamedGroups
end local 5 // sun.security.ssl.SupportedGroupsExtension$SupportedGroupsSpec spec
end local 4 // sun.security.ssl.ClientHandshakeContext chc
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$EESupportedGroupsConsumer this
LocalVariableTable:
Start End Slot Name Signature
0 22 0 this Lsun/security/ssl/SupportedGroupsExtension$EESupportedGroupsConsumer;
0 22 1 context Lsun/security/ssl/ConnectionContext;
0 22 2 message Lsun/security/ssl/SSLHandshake$HandshakeMessage;
0 22 3 buffer Ljava/nio/ByteBuffer;
1 22 4 chc Lsun/security/ssl/ClientHandshakeContext;
7 8 5 spec Lsun/security/ssl/SupportedGroupsExtension$SupportedGroupsSpec;
10 22 5 spec Lsun/security/ssl/SupportedGroupsExtension$SupportedGroupsSpec;
9 10 6 ioe Ljava/io/IOException;
12 22 6 knownNamedGroups Ljava/util/List<Lsun/security/ssl/NamedGroup;>;
14 17 7 id I
15 17 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 EESupportedGroupsConsumer = sun.security.ssl.SupportedGroupsExtension$EESupportedGroupsConsumer of sun.security.ssl.SupportedGroupsExtension
final SupportedGroupsSpec = sun.security.ssl.SupportedGroupsExtension$SupportedGroupsSpec of sun.security.ssl.SupportedGroupsExtension