final class sun.security.ssl.ECPointFormatsExtension$SHECPointFormatsConsumer 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$SHECPointFormatsConsumer
  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$SHECPointFormatsConsumer this
         0: .line 259
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 261
            return
        end local 0 // sun.security.ssl.ECPointFormatsExtension$SHECPointFormatsConsumer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/security/ssl/ECPointFormatsExtension$SHECPointFormatsConsumer;

  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=8, args_size=4
        start local 0 // sun.security.ssl.ECPointFormatsExtension$SHECPointFormatsConsumer 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 268
            aload 1 /* context */
            checkcast sun.security.ssl.ClientHandshakeContext
            astore 4 /* chc */
        start local 4 // sun.security.ssl.ClientHandshakeContext chc
         1: .line 272
            aload 4 /* chc */
            getfield sun.security.ssl.ClientHandshakeContext.handshakeExtensions:Ljava/util/Map;
            getstatic sun.security.ssl.SSLExtension.CH_EC_POINT_FORMATS:Lsun/security/ssl/SSLExtension;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast sun.security.ssl.ECPointFormatsExtension$ECPointFormatsSpec
         2: .line 271
            astore 5 /* requestedSpec */
        start local 5 // sun.security.ssl.ECPointFormatsExtension$ECPointFormatsSpec requestedSpec
         3: .line 273
            aload 5 /* requestedSpec */
            ifnonnull 7
         4: .line 274
            aload 4 /* chc */
            getfield sun.security.ssl.ClientHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
            getstatic sun.security.ssl.Alert.UNEXPECTED_MESSAGE:Lsun/security/ssl/Alert;
         5: .line 275
            ldc "Unexpected ec_point_formats extension in ServerHello"
         6: .line 274
            invokevirtual sun.security.ssl.TransportContext.fatal:(Lsun/security/ssl/Alert;Ljava/lang/String;)Ljavax/net/ssl/SSLException;
            athrow
         7: .line 281
      StackMap locals: sun.security.ssl.ClientHandshakeContext sun.security.ssl.ECPointFormatsExtension$ECPointFormatsSpec
      StackMap stack:
            new sun.security.ssl.ECPointFormatsExtension$ECPointFormatsSpec
            dup
            aload 3 /* buffer */
            invokespecial sun.security.ssl.ECPointFormatsExtension$ECPointFormatsSpec.<init>:(Ljava/nio/ByteBuffer;)V
            astore 6 /* spec */
        start local 6 // sun.security.ssl.ECPointFormatsExtension$ECPointFormatsSpec spec
         8: .line 282
            goto 11
        end local 6 // sun.security.ssl.ECPointFormatsExtension$ECPointFormatsSpec spec
      StackMap locals:
      StackMap stack: java.io.IOException
         9: astore 7 /* ioe */
        start local 7 // java.io.IOException ioe
        10: .line 283
            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 7 /* ioe */
            invokevirtual sun.security.ssl.TransportContext.fatal:(Lsun/security/ssl/Alert;Ljava/lang/Throwable;)Ljavax/net/ssl/SSLException;
            athrow
        end local 7 // java.io.IOException ioe
        start local 6 // sun.security.ssl.ECPointFormatsExtension$ECPointFormatsSpec spec
        11: .line 287
      StackMap locals: sun.security.ssl.ECPointFormatsExtension$ECPointFormatsSpec
      StackMap stack:
            aload 6 /* spec */
            invokevirtual sun.security.ssl.ECPointFormatsExtension$ECPointFormatsSpec.hasUncompressedFormat:()Z
            ifne 15
        12: .line 288
            aload 4 /* chc */
            getfield sun.security.ssl.ClientHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
            getstatic sun.security.ssl.Alert.UNEXPECTED_MESSAGE:Lsun/security/ssl/Alert;
        13: .line 289
            ldc "Invalid ec_point_formats extension data: peer does not support uncompressed points"
        14: .line 288
            invokevirtual sun.security.ssl.TransportContext.fatal:(Lsun/security/ssl/Alert;Ljava/lang/String;)Ljavax/net/ssl/SSLException;
            athrow
        15: .line 294
      StackMap locals:
      StackMap stack:
            aload 4 /* chc */
            getfield sun.security.ssl.ClientHandshakeContext.handshakeExtensions:Ljava/util/Map;
            getstatic sun.security.ssl.SSLExtension.CH_EC_POINT_FORMATS:Lsun/security/ssl/SSLExtension;
            aload 6 /* spec */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        16: .line 298
            return
        end local 6 // sun.security.ssl.ECPointFormatsExtension$ECPointFormatsSpec spec
        end local 5 // sun.security.ssl.ECPointFormatsExtension$ECPointFormatsSpec requestedSpec
        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.ECPointFormatsExtension$SHECPointFormatsConsumer this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   17     0           this  Lsun/security/ssl/ECPointFormatsExtension$SHECPointFormatsConsumer;
            0   17     1        context  Lsun/security/ssl/ConnectionContext;
            0   17     2        message  Lsun/security/ssl/SSLHandshake$HandshakeMessage;
            0   17     3         buffer  Ljava/nio/ByteBuffer;
            1   17     4            chc  Lsun/security/ssl/ClientHandshakeContext;
            3   17     5  requestedSpec  Lsun/security/ssl/ECPointFormatsExtension$ECPointFormatsSpec;
            8    9     6           spec  Lsun/security/ssl/ECPointFormatsExtension$ECPointFormatsSpec;
           11   17     6           spec  Lsun/security/ssl/ECPointFormatsExtension$ECPointFormatsSpec;
           10   11     7            ioe  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           7     8       9  Class java.io.IOException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      context  
      message  
      buffer   
}
SourceFile: "ECPointFormatsExtension.java"
NestHost: sun.security.ssl.ECPointFormatsExtension
InnerClasses:
  ECPointFormatsSpec = sun.security.ssl.ECPointFormatsExtension$ECPointFormatsSpec of sun.security.ssl.ECPointFormatsExtension
  private final SHECPointFormatsConsumer = sun.security.ssl.ECPointFormatsExtension$SHECPointFormatsConsumer 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