class sun.security.ssl.ECPointFormatsExtension$ECPointFormatsSpec implements sun.security.ssl.SSLExtension$SSLExtensionSpec
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.security.ssl.ECPointFormatsExtension$ECPointFormatsSpec
  super_class: java.lang.Object
{
  static final sun.security.ssl.ECPointFormatsExtension$ECPointFormatsSpec DEFAULT;
    descriptor: Lsun/security/ssl/ECPointFormatsExtension$ECPointFormatsSpec;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  final byte[] formats;
    descriptor: [B
    flags: (0x0010) ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=0, args_size=0
         0: .line 59
            new sun.security.ssl.ECPointFormatsExtension$ECPointFormatsSpec
            dup
            iconst_1
            newarray 8
            dup
            iconst_0
            getstatic sun.security.ssl.ECPointFormatsExtension$ECPointFormat.UNCOMPRESSED:Lsun/security/ssl/ECPointFormatsExtension$ECPointFormat;
            getfield sun.security.ssl.ECPointFormatsExtension$ECPointFormat.id:B
            bastore
            invokespecial sun.security.ssl.ECPointFormatsExtension$ECPointFormatsSpec.<init>:([B)V
         1: .line 58
            putstatic sun.security.ssl.ECPointFormatsExtension$ECPointFormatsSpec.DEFAULT:Lsun/security/ssl/ECPointFormatsExtension$ECPointFormatsSpec;
         2: .line 59
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(byte[]);
    descriptor: ([B)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.ssl.ECPointFormatsExtension$ECPointFormatsSpec this
        start local 1 // byte[] formats
         0: .line 63
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 64
            aload 0 /* this */
            aload 1 /* formats */
            putfield sun.security.ssl.ECPointFormatsExtension$ECPointFormatsSpec.formats:[B
         2: .line 65
            return
        end local 1 // byte[] formats
        end local 0 // sun.security.ssl.ECPointFormatsExtension$ECPointFormatsSpec this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lsun/security/ssl/ECPointFormatsExtension$ECPointFormatsSpec;
            0    3     1  formats  [B
    MethodParameters:
         Name  Flags
      formats  

  private void <init>(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.security.ssl.ECPointFormatsExtension$ECPointFormatsSpec this
        start local 1 // java.nio.ByteBuffer m
         0: .line 67
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 68
            aload 1 /* m */
            invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
            ifne 5
         2: .line 69
            new javax.net.ssl.SSLProtocolException
            dup
         3: .line 70
            ldc "Invalid ec_point_formats extension: insufficient data"
         4: .line 69
            invokespecial javax.net.ssl.SSLProtocolException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 74
      StackMap locals: sun.security.ssl.ECPointFormatsExtension$ECPointFormatsSpec java.nio.ByteBuffer
      StackMap stack:
            aload 0 /* this */
            aload 1 /* m */
            invokestatic sun.security.ssl.Record.getBytes8:(Ljava/nio/ByteBuffer;)[B
            putfield sun.security.ssl.ECPointFormatsExtension$ECPointFormatsSpec.formats:[B
         6: .line 75
            return
        end local 1 // java.nio.ByteBuffer m
        end local 0 // sun.security.ssl.ECPointFormatsExtension$ECPointFormatsSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/security/ssl/ECPointFormatsExtension$ECPointFormatsSpec;
            0    7     1     m  Ljava/nio/ByteBuffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      m     

  private boolean hasUncompressedFormat();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // sun.security.ssl.ECPointFormatsExtension$ECPointFormatsSpec this
         0: .line 78
            aload 0 /* this */
            getfield sun.security.ssl.ECPointFormatsExtension$ECPointFormatsSpec.formats:[B
            dup
            astore 4
            arraylength
            istore 3
            iconst_0
            istore 2
            goto 5
      StackMap locals: sun.security.ssl.ECPointFormatsExtension$ECPointFormatsSpec top int int byte[]
      StackMap stack:
         1: aload 4
            iload 2
            baload
            istore 1 /* format */
        start local 1 // byte format
         2: .line 79
            iload 1 /* format */
            getstatic sun.security.ssl.ECPointFormatsExtension$ECPointFormat.UNCOMPRESSED:Lsun/security/ssl/ECPointFormatsExtension$ECPointFormat;
            getfield sun.security.ssl.ECPointFormatsExtension$ECPointFormat.id:B
            if_icmpne 4
         3: .line 80
            iconst_1
            ireturn
        end local 1 // byte format
         4: .line 78
      StackMap locals:
      StackMap stack:
            iinc 2 1
      StackMap locals:
      StackMap stack:
         5: iload 2
            iload 3
            if_icmplt 1
         6: .line 84
            iconst_0
            ireturn
        end local 0 // sun.security.ssl.ECPointFormatsExtension$ECPointFormatsSpec this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lsun/security/ssl/ECPointFormatsExtension$ECPointFormatsSpec;
            2    4     1  format  B

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=1
        start local 0 // sun.security.ssl.ECPointFormatsExtension$ECPointFormatsSpec this
         0: .line 89
            new java.text.MessageFormat
            dup
         1: .line 90
            ldc "\"formats\": '['{0}']'"
            getstatic java.util.Locale.ENGLISH:Ljava/util/Locale;
         2: .line 89
            invokespecial java.text.MessageFormat.<init>:(Ljava/lang/String;Ljava/util/Locale;)V
            astore 1 /* messageFormat */
        start local 1 // java.text.MessageFormat messageFormat
         3: .line 91
            aload 0 /* this */
            getfield sun.security.ssl.ECPointFormatsExtension$ECPointFormatsSpec.formats:[B
            ifnull 4
            aload 0 /* this */
            getfield sun.security.ssl.ECPointFormatsExtension$ECPointFormatsSpec.formats:[B
            arraylength
            ifne 8
         4: .line 92
      StackMap locals: java.text.MessageFormat
      StackMap stack:
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
         5: .line 93
            ldc "<no EC point format specified>"
            aastore
         6: .line 92
            astore 2 /* messageFields */
        start local 2 // java.lang.Object[] messageFields
         7: .line 95
            aload 1 /* messageFormat */
            aload 2 /* messageFields */
            invokevirtual java.text.MessageFormat.format:(Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 2 // java.lang.Object[] messageFields
         8: .line 97
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            sipush 512
            invokespecial java.lang.StringBuilder.<init>:(I)V
            astore 2 /* builder */
        start local 2 // java.lang.StringBuilder builder
         9: .line 98
            iconst_1
            istore 3 /* isFirst */
        start local 3 // boolean isFirst
        10: .line 99
            aload 0 /* this */
            getfield sun.security.ssl.ECPointFormatsExtension$ECPointFormatsSpec.formats:[B
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 18
      StackMap locals: sun.security.ssl.ECPointFormatsExtension$ECPointFormatsSpec java.text.MessageFormat java.lang.StringBuilder int top int int byte[]
      StackMap stack:
        11: aload 7
            iload 5
            baload
            istore 4 /* pf */
        start local 4 // byte pf
        12: .line 100
            iload 3 /* isFirst */
            ifeq 15
        13: .line 101
            iconst_0
            istore 3 /* isFirst */
        14: .line 102
            goto 16
        15: .line 103
      StackMap locals: sun.security.ssl.ECPointFormatsExtension$ECPointFormatsSpec java.text.MessageFormat java.lang.StringBuilder int int int int byte[]
      StackMap stack:
            aload 2 /* builder */
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        16: .line 106
      StackMap locals:
      StackMap stack:
            aload 2 /* builder */
            iload 4 /* pf */
            invokestatic sun.security.ssl.ECPointFormatsExtension$ECPointFormat.nameOf:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        end local 4 // byte pf
        17: .line 99
            iinc 5 1
      StackMap locals: sun.security.ssl.ECPointFormatsExtension$ECPointFormatsSpec java.text.MessageFormat java.lang.StringBuilder int top int int byte[]
      StackMap stack:
        18: iload 5
            iload 6
            if_icmplt 11
        19: .line 109
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
        20: .line 110
            aload 2 /* builder */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aastore
        21: .line 109
            astore 4 /* messageFields */
        start local 4 // java.lang.Object[] messageFields
        22: .line 113
            aload 1 /* messageFormat */
            aload 4 /* messageFields */
            invokevirtual java.text.MessageFormat.format:(Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 4 // java.lang.Object[] messageFields
        end local 3 // boolean isFirst
        end local 2 // java.lang.StringBuilder builder
        end local 1 // java.text.MessageFormat messageFormat
        end local 0 // sun.security.ssl.ECPointFormatsExtension$ECPointFormatsSpec this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   23     0           this  Lsun/security/ssl/ECPointFormatsExtension$ECPointFormatsSpec;
            3   23     1  messageFormat  Ljava/text/MessageFormat;
            7    8     2  messageFields  [Ljava/lang/Object;
            9   23     2        builder  Ljava/lang/StringBuilder;
           10   23     3        isFirst  Z
           12   17     4             pf  B
           22   23     4  messageFields  [Ljava/lang/Object;
}
SourceFile: "ECPointFormatsExtension.java"
NestHost: sun.security.ssl.ECPointFormatsExtension
InnerClasses:
  private final ECPointFormat = sun.security.ssl.ECPointFormatsExtension$ECPointFormat of sun.security.ssl.ECPointFormatsExtension
  ECPointFormatsSpec = sun.security.ssl.ECPointFormatsExtension$ECPointFormatsSpec of sun.security.ssl.ECPointFormatsExtension
  abstract SSLExtensionSpec = sun.security.ssl.SSLExtension$SSLExtensionSpec of sun.security.ssl.SSLExtension