final class sun.security.ssl.PskKeyExchangeModesExtension$PskKeyExchangeModesConsumer implements sun.security.ssl.SSLExtension$ExtensionConsumer
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: sun.security.ssl.PskKeyExchangeModesExtension$PskKeyExchangeModesConsumer
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 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/security/ssl/PskKeyExchangeModesExtension$PskKeyExchangeModesConsumer;
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=7, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 1
checkcast sun.security.ssl.ServerHandshakeContext
astore 4
start local 4 1: aload 4
getfield sun.security.ssl.ServerHandshakeContext.sslConfig:Lsun/security/ssl/SSLConfiguration;
2: getstatic sun.security.ssl.SSLExtension.PSK_KEY_EXCHANGE_MODES:Lsun/security/ssl/SSLExtension;
3: invokevirtual sun.security.ssl.SSLConfiguration.isAvailable:(Lsun/security/ssl/SSLExtension;)Z
4: ifne 12
5: getstatic sun.security.ssl.SSLLogger.isOn:Z
ifeq 8
ldc "ssl,handshake"
invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
ifeq 8
6: ldc "Ignore unavailable psk_key_exchange_modes extension"
iconst_0
anewarray java.lang.Object
7: invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
8: StackMap locals: sun.security.ssl.ServerHandshakeContext
StackMap stack:
aload 4
getfield sun.security.ssl.ServerHandshakeContext.isResumption:Z
ifeq 11
aload 4
getfield sun.security.ssl.ServerHandshakeContext.resumingSession:Lsun/security/ssl/SSLSessionImpl;
ifnull 11
9: aload 4
iconst_0
putfield sun.security.ssl.ServerHandshakeContext.isResumption:Z
10: aload 4
aconst_null
putfield sun.security.ssl.ServerHandshakeContext.resumingSession:Lsun/security/ssl/SSLSessionImpl;
11: StackMap locals:
StackMap stack:
return
12: StackMap locals:
StackMap stack:
new sun.security.ssl.PskKeyExchangeModesExtension$PskKeyExchangeModesSpec
dup
aload 3
invokespecial sun.security.ssl.PskKeyExchangeModesExtension$PskKeyExchangeModesSpec.<init>:(Ljava/nio/ByteBuffer;)V
astore 5
start local 5 13: goto 16
end local 5 StackMap locals:
StackMap stack: java.io.IOException
14: astore 6
start local 6 15: aload 4
getfield sun.security.ssl.ServerHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
getstatic sun.security.ssl.Alert.UNEXPECTED_MESSAGE:Lsun/security/ssl/Alert;
aload 6
invokevirtual sun.security.ssl.TransportContext.fatal:(Lsun/security/ssl/Alert;Ljava/lang/Throwable;)Ljavax/net/ssl/SSLException;
athrow
end local 6 start local 5 16: StackMap locals: sun.security.ssl.PskKeyExchangeModesExtension$PskKeyExchangeModesSpec
StackMap stack:
aload 4
getfield sun.security.ssl.ServerHandshakeContext.handshakeExtensions:Ljava/util/Map;
17: getstatic sun.security.ssl.SSLExtension.PSK_KEY_EXCHANGE_MODES:Lsun/security/ssl/SSLExtension;
aload 5
18: invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
19: aload 4
getfield sun.security.ssl.ServerHandshakeContext.isResumption:Z
ifeq 26
20: aload 5
getstatic sun.security.ssl.PskKeyExchangeModesExtension$PskKeyExchangeMode.PSK_DHE_KE:Lsun/security/ssl/PskKeyExchangeModesExtension$PskKeyExchangeMode;
invokevirtual sun.security.ssl.PskKeyExchangeModesExtension$PskKeyExchangeModesSpec.contains:(Lsun/security/ssl/PskKeyExchangeModesExtension$PskKeyExchangeMode;)Z
ifne 26
21: aload 4
iconst_0
putfield sun.security.ssl.ServerHandshakeContext.isResumption:Z
22: aload 4
aconst_null
putfield sun.security.ssl.ServerHandshakeContext.resumingSession:Lsun/security/ssl/SSLSessionImpl;
23: getstatic sun.security.ssl.SSLLogger.isOn:Z
ifeq 26
ldc "ssl,handshake"
invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
ifeq 26
24: ldc "abort session resumption, no supported psk_dhe_ke PSK key exchange mode"
iconst_0
anewarray java.lang.Object
25: invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
26: StackMap locals:
StackMap stack:
return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 27 0 this Lsun/security/ssl/PskKeyExchangeModesExtension$PskKeyExchangeModesConsumer;
0 27 1 context Lsun/security/ssl/ConnectionContext;
0 27 2 message Lsun/security/ssl/SSLHandshake$HandshakeMessage;
0 27 3 buffer Ljava/nio/ByteBuffer;
1 27 4 shc Lsun/security/ssl/ServerHandshakeContext;
13 14 5 spec Lsun/security/ssl/PskKeyExchangeModesExtension$PskKeyExchangeModesSpec;
16 27 5 spec Lsun/security/ssl/PskKeyExchangeModesExtension$PskKeyExchangeModesSpec;
15 16 6 ioe Ljava/io/IOException;
Exception table:
from to target type
12 13 14 Class java.io.IOException
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
context
message
buffer
}
SourceFile: "PskKeyExchangeModesExtension.java"
NestHost: sun.security.ssl.PskKeyExchangeModesExtension
InnerClasses:
final PskKeyExchangeMode = sun.security.ssl.PskKeyExchangeModesExtension$PskKeyExchangeMode of sun.security.ssl.PskKeyExchangeModesExtension
private final PskKeyExchangeModesConsumer = sun.security.ssl.PskKeyExchangeModesExtension$PskKeyExchangeModesConsumer of sun.security.ssl.PskKeyExchangeModesExtension
final PskKeyExchangeModesSpec = sun.security.ssl.PskKeyExchangeModesExtension$PskKeyExchangeModesSpec of sun.security.ssl.PskKeyExchangeModesExtension
abstract ExtensionConsumer = sun.security.ssl.SSLExtension$ExtensionConsumer of sun.security.ssl.SSLExtension
abstract HandshakeMessage = sun.security.ssl.SSLHandshake$HandshakeMessage of sun.security.ssl.SSLHandshake