final class sun.security.ssl.SupportedGroupsExtension$CHSupportedGroupsOnTradeAbsence implements sun.security.ssl.HandshakeAbsence
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: sun.security.ssl.SupportedGroupsExtension$CHSupportedGroupsOnTradeAbsence
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$CHSupportedGroupsOnTradeAbsence this
0: .line 491
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // sun.security.ssl.SupportedGroupsExtension$CHSupportedGroupsOnTradeAbsence this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/security/ssl/SupportedGroupsExtension$CHSupportedGroupsOnTradeAbsence;
public void absent(sun.security.ssl.ConnectionContext, sun.security.ssl.SSLHandshake$HandshakeMessage);
descriptor: (Lsun/security/ssl/ConnectionContext;Lsun/security/ssl/SSLHandshake$HandshakeMessage;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 // sun.security.ssl.SupportedGroupsExtension$CHSupportedGroupsOnTradeAbsence this
start local 1 // sun.security.ssl.ConnectionContext context
start local 2 // sun.security.ssl.SSLHandshake$HandshakeMessage message
0: .line 497
aload 1 /* context */
checkcast sun.security.ssl.ServerHandshakeContext
astore 3 /* shc */
start local 3 // sun.security.ssl.ServerHandshakeContext shc
1: .line 506
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.negotiatedProtocol:Lsun/security/ssl/ProtocolVersion;
invokevirtual sun.security.ssl.ProtocolVersion.useTLS13PlusSpec:()Z
ifeq 9
2: .line 507
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.handshakeExtensions:Ljava/util/Map;
3: .line 508
getstatic sun.security.ssl.SSLExtension.CH_KEY_SHARE:Lsun/security/ssl/SSLExtension;
4: .line 507
invokeinterface java.util.Map.containsKey:(Ljava/lang/Object;)Z
5: .line 508
ifeq 9
6: .line 509
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
getstatic sun.security.ssl.Alert.MISSING_EXTENSION:Lsun/security/ssl/Alert;
7: .line 510
ldc "No supported_groups extension to work with the key_share extension"
8: .line 509
invokevirtual sun.security.ssl.TransportContext.fatal:(Lsun/security/ssl/Alert;Ljava/lang/String;)Ljavax/net/ssl/SSLException;
athrow
9: .line 513
StackMap locals: sun.security.ssl.ServerHandshakeContext
StackMap stack:
return
end local 3 // sun.security.ssl.ServerHandshakeContext shc
end local 2 // sun.security.ssl.SSLHandshake$HandshakeMessage message
end local 1 // sun.security.ssl.ConnectionContext context
end local 0 // sun.security.ssl.SupportedGroupsExtension$CHSupportedGroupsOnTradeAbsence this
LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lsun/security/ssl/SupportedGroupsExtension$CHSupportedGroupsOnTradeAbsence;
0 10 1 context Lsun/security/ssl/ConnectionContext;
0 10 2 message Lsun/security/ssl/SSLHandshake$HandshakeMessage;
1 10 3 shc Lsun/security/ssl/ServerHandshakeContext;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
context
message
}
SourceFile: "SupportedGroupsExtension.java"
NestHost: sun.security.ssl.SupportedGroupsExtension
InnerClasses:
abstract HandshakeMessage = sun.security.ssl.SSLHandshake$HandshakeMessage of sun.security.ssl.SSLHandshake
private final CHSupportedGroupsOnTradeAbsence = sun.security.ssl.SupportedGroupsExtension$CHSupportedGroupsOnTradeAbsence of sun.security.ssl.SupportedGroupsExtension