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: 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: putstatic sun.security.ssl.ECPointFormatsExtension$ECPointFormatsSpec.DEFAULT:Lsun/security/ssl/ECPointFormatsExtension$ECPointFormatsSpec;
2: 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 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield sun.security.ssl.ECPointFormatsExtension$ECPointFormatsSpec.formats:[B
2: return
end local 1 end local 0 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 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 1
invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
ifne 5
2: new javax.net.ssl.SSLProtocolException
dup
3: ldc "Invalid ec_point_formats extension: insufficient data"
4: invokespecial javax.net.ssl.SSLProtocolException.<init>:(Ljava/lang/String;)V
athrow
5: StackMap locals: sun.security.ssl.ECPointFormatsExtension$ECPointFormatsSpec java.nio.ByteBuffer
StackMap stack:
aload 0
aload 1
invokestatic sun.security.ssl.Record.getBytes8:(Ljava/nio/ByteBuffer;)[B
putfield sun.security.ssl.ECPointFormatsExtension$ECPointFormatsSpec.formats:[B
6: return
end local 1 end local 0 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 0: aload 0
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
start local 1 2: iload 1
getstatic sun.security.ssl.ECPointFormatsExtension$ECPointFormat.UNCOMPRESSED:Lsun/security/ssl/ECPointFormatsExtension$ECPointFormat;
getfield sun.security.ssl.ECPointFormatsExtension$ECPointFormat.id:B
if_icmpne 4
3: iconst_1
ireturn
end local 1 4: StackMap locals:
StackMap stack:
iinc 2 1
StackMap locals:
StackMap stack:
5: iload 2
iload 3
if_icmplt 1
6: iconst_0
ireturn
end local 0 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 0: new java.text.MessageFormat
dup
1: ldc "\"formats\": '['{0}']'"
getstatic java.util.Locale.ENGLISH:Ljava/util/Locale;
2: invokespecial java.text.MessageFormat.<init>:(Ljava/lang/String;Ljava/util/Locale;)V
astore 1
start local 1 3: aload 0
getfield sun.security.ssl.ECPointFormatsExtension$ECPointFormatsSpec.formats:[B
ifnull 4
aload 0
getfield sun.security.ssl.ECPointFormatsExtension$ECPointFormatsSpec.formats:[B
arraylength
ifne 8
4: StackMap locals: java.text.MessageFormat
StackMap stack:
iconst_1
anewarray java.lang.Object
dup
iconst_0
5: ldc "<no EC point format specified>"
aastore
6: astore 2
start local 2 7: aload 1
aload 2
invokevirtual java.text.MessageFormat.format:(Ljava/lang/Object;)Ljava/lang/String;
areturn
end local 2 8: StackMap locals:
StackMap stack:
new java.lang.StringBuilder
dup
sipush 512
invokespecial java.lang.StringBuilder.<init>:(I)V
astore 2
start local 2 9: iconst_1
istore 3
start local 3 10: aload 0
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
start local 4 12: iload 3
ifeq 15
13: iconst_0
istore 3
14: goto 16
15: StackMap locals: sun.security.ssl.ECPointFormatsExtension$ECPointFormatsSpec java.text.MessageFormat java.lang.StringBuilder int int int int byte[]
StackMap stack:
aload 2
ldc ", "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
16: StackMap locals:
StackMap stack:
aload 2
iload 4
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 17: 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: iconst_1
anewarray java.lang.Object
dup
iconst_0
20: aload 2
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
aastore
21: astore 4
start local 4 22: aload 1
aload 4
invokevirtual java.text.MessageFormat.format:(Ljava/lang/Object;)Ljava/lang/String;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 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