final class sun.security.ssl.PreSharedKeyExtension$CHPreSharedKeyOnTradeAbsence implements sun.security.ssl.HandshakeAbsence
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: sun.security.ssl.PreSharedKeyExtension$CHPreSharedKeyOnTradeAbsence
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.PreSharedKeyExtension$CHPreSharedKeyOnTradeAbsence this
0: .line 859
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // sun.security.ssl.PreSharedKeyExtension$CHPreSharedKeyOnTradeAbsence this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/security/ssl/PreSharedKeyExtension$CHPreSharedKeyOnTradeAbsence;
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.PreSharedKeyExtension$CHPreSharedKeyOnTradeAbsence this
start local 1 // sun.security.ssl.ConnectionContext context
start local 2 // sun.security.ssl.SSLHandshake$HandshakeMessage message
0: .line 865
aload 1 /* context */
checkcast sun.security.ssl.ServerHandshakeContext
astore 3 /* shc */
start local 3 // sun.security.ssl.ServerHandshakeContext shc
1: .line 874
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.negotiatedProtocol:Lsun/security/ssl/ProtocolVersion;
invokevirtual sun.security.ssl.ProtocolVersion.useTLS13PlusSpec:()Z
ifeq 13
2: .line 875
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.handshakeExtensions:Ljava/util/Map;
3: .line 876
getstatic sun.security.ssl.SSLExtension.CH_SIGNATURE_ALGORITHMS:Lsun/security/ssl/SSLExtension;
4: .line 875
invokeinterface java.util.Map.containsKey:(Ljava/lang/Object;)Z
5: .line 876
ifeq 10
6: .line 877
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.handshakeExtensions:Ljava/util/Map;
7: .line 878
getstatic sun.security.ssl.SSLExtension.CH_SUPPORTED_GROUPS:Lsun/security/ssl/SSLExtension;
8: .line 877
invokeinterface java.util.Map.containsKey:(Ljava/lang/Object;)Z
9: .line 878
ifne 13
10: .line 879
StackMap locals: sun.security.ssl.ServerHandshakeContext
StackMap stack:
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
getstatic sun.security.ssl.Alert.MISSING_EXTENSION:Lsun/security/ssl/Alert;
11: .line 880
ldc "No supported_groups or signature_algorithms extension when pre_shared_key extension is not present"
12: .line 879
invokevirtual sun.security.ssl.TransportContext.fatal:(Lsun/security/ssl/Alert;Ljava/lang/String;)Ljavax/net/ssl/SSLException;
athrow
13: .line 883
StackMap locals:
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.PreSharedKeyExtension$CHPreSharedKeyOnTradeAbsence this
LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lsun/security/ssl/PreSharedKeyExtension$CHPreSharedKeyOnTradeAbsence;
0 14 1 context Lsun/security/ssl/ConnectionContext;
0 14 2 message Lsun/security/ssl/SSLHandshake$HandshakeMessage;
1 14 3 shc Lsun/security/ssl/ServerHandshakeContext;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
context
message
}
SourceFile: "PreSharedKeyExtension.java"
NestHost: sun.security.ssl.PreSharedKeyExtension
InnerClasses:
private final CHPreSharedKeyOnTradeAbsence = sun.security.ssl.PreSharedKeyExtension$CHPreSharedKeyOnTradeAbsence of sun.security.ssl.PreSharedKeyExtension
abstract HandshakeMessage = sun.security.ssl.SSLHandshake$HandshakeMessage of sun.security.ssl.SSLHandshake