final class sun.security.ssl.ECPointFormatsExtension$CHECPointFormatsConsumer implements sun.security.ssl.SSLExtension$ExtensionConsumer
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: sun.security.ssl.ECPointFormatsExtension$CHECPointFormatsConsumer
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.ECPointFormatsExtension$CHECPointFormatsConsumer this
0: .line 211
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 213
return
end local 0 // sun.security.ssl.ECPointFormatsExtension$CHECPointFormatsConsumer this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/security/ssl/ECPointFormatsExtension$CHECPointFormatsConsumer;
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=4, locals=6, args_size=4
start local 0 // sun.security.ssl.ECPointFormatsExtension$CHECPointFormatsConsumer 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 220
aload 1 /* context */
checkcast sun.security.ssl.ServerHandshakeContext
astore 4 /* shc */
start local 4 // sun.security.ssl.ServerHandshakeContext shc
1: .line 223
aload 4 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.sslConfig:Lsun/security/ssl/SSLConfiguration;
getstatic sun.security.ssl.SSLExtension.CH_EC_POINT_FORMATS:Lsun/security/ssl/SSLExtension;
invokevirtual sun.security.ssl.SSLConfiguration.isAvailable:(Lsun/security/ssl/SSLExtension;)Z
ifne 6
2: .line 224
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 226
ldc "Ignore unavailable ec_point_formats extension"
iconst_0
anewarray java.lang.Object
4: .line 225
invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
5: .line 228
StackMap locals: sun.security.ssl.ServerHandshakeContext
StackMap stack:
return
6: .line 232
StackMap locals:
StackMap stack:
new sun.security.ssl.ECPointFormatsExtension$ECPointFormatsSpec
dup
aload 4 /* shc */
aload 3 /* buffer */
invokespecial sun.security.ssl.ECPointFormatsExtension$ECPointFormatsSpec.<init>:(Lsun/security/ssl/HandshakeContext;Ljava/nio/ByteBuffer;)V
astore 5 /* spec */
start local 5 // sun.security.ssl.ECPointFormatsExtension$ECPointFormatsSpec spec
7: .line 235
aload 5 /* spec */
invokevirtual sun.security.ssl.ECPointFormatsExtension$ECPointFormatsSpec.hasUncompressedFormat:()Z
ifne 11
8: .line 236
aload 4 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
getstatic sun.security.ssl.Alert.UNEXPECTED_MESSAGE:Lsun/security/ssl/Alert;
9: .line 237
ldc "Invalid ec_point_formats extension data: peer does not support uncompressed points"
10: .line 236
invokevirtual sun.security.ssl.TransportContext.fatal:(Lsun/security/ssl/Alert;Ljava/lang/String;)Ljavax/net/ssl/SSLException;
athrow
11: .line 242
StackMap locals: sun.security.ssl.ECPointFormatsExtension$ECPointFormatsSpec
StackMap stack:
aload 4 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.handshakeExtensions:Ljava/util/Map;
getstatic sun.security.ssl.SSLExtension.CH_EC_POINT_FORMATS:Lsun/security/ssl/SSLExtension;
aload 5 /* spec */
invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
12: .line 246
return
end local 5 // sun.security.ssl.ECPointFormatsExtension$ECPointFormatsSpec 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.ECPointFormatsExtension$CHECPointFormatsConsumer this
LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lsun/security/ssl/ECPointFormatsExtension$CHECPointFormatsConsumer;
0 13 1 context Lsun/security/ssl/ConnectionContext;
0 13 2 message Lsun/security/ssl/SSLHandshake$HandshakeMessage;
0 13 3 buffer Ljava/nio/ByteBuffer;
1 13 4 shc Lsun/security/ssl/ServerHandshakeContext;
7 13 5 spec Lsun/security/ssl/ECPointFormatsExtension$ECPointFormatsSpec;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
context
message
buffer
}
SourceFile: "ECPointFormatsExtension.java"
NestHost: sun.security.ssl.ECPointFormatsExtension
InnerClasses:
private final CHECPointFormatsConsumer = sun.security.ssl.ECPointFormatsExtension$CHECPointFormatsConsumer of sun.security.ssl.ECPointFormatsExtension
ECPointFormatsSpec = sun.security.ssl.ECPointFormatsExtension$ECPointFormatsSpec of sun.security.ssl.ECPointFormatsExtension
abstract ExtensionConsumer = sun.security.ssl.SSLExtension$ExtensionConsumer of sun.security.ssl.SSLExtension
abstract HandshakeMessage = sun.security.ssl.SSLHandshake$HandshakeMessage of sun.security.ssl.SSLHandshake