final class sun.security.ssl.ECPointFormatsExtension$CHECPointFormatsProducer implements sun.security.ssl.HandshakeProducer
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: sun.security.ssl.ECPointFormatsExtension$CHECPointFormatsProducer
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$CHECPointFormatsProducer this
0: .line 160
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 162
return
end local 0 // sun.security.ssl.ECPointFormatsExtension$CHECPointFormatsProducer this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/security/ssl/ECPointFormatsExtension$CHECPointFormatsProducer;
public byte[] produce(sun.security.ssl.ConnectionContext, sun.security.ssl.SSLHandshake$HandshakeMessage);
descriptor: (Lsun/security/ssl/ConnectionContext;Lsun/security/ssl/SSLHandshake$HandshakeMessage;)[B
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=3
start local 0 // sun.security.ssl.ECPointFormatsExtension$CHECPointFormatsProducer this
start local 1 // sun.security.ssl.ConnectionContext context
start local 2 // sun.security.ssl.SSLHandshake$HandshakeMessage message
0: .line 168
aload 1 /* context */
checkcast sun.security.ssl.ClientHandshakeContext
astore 3 /* chc */
start local 3 // sun.security.ssl.ClientHandshakeContext chc
1: .line 171
aload 3 /* chc */
getfield sun.security.ssl.ClientHandshakeContext.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 172
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 174
ldc "Ignore unavailable ec_point_formats extension"
iconst_0
anewarray java.lang.Object
4: .line 173
invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
5: .line 176
StackMap locals: sun.security.ssl.ClientHandshakeContext
StackMap stack:
aconst_null
areturn
6: .line 182
StackMap locals:
StackMap stack:
getstatic sun.security.ssl.NamedGroup$NamedGroupType.NAMED_GROUP_ECDHE:Lsun/security/ssl/NamedGroup$NamedGroupType;
7: .line 183
aload 3 /* chc */
getfield sun.security.ssl.ClientHandshakeContext.activeCipherSuites:Ljava/util/List;
8: .line 182
invokevirtual sun.security.ssl.NamedGroup$NamedGroupType.isSupported:(Ljava/util/List;)Z
9: .line 183
ifeq 15
10: .line 185
iconst_2
newarray 8
dup
iconst_0
iconst_1
bastore
astore 4 /* extData */
start local 4 // byte[] extData
11: .line 188
aload 3 /* chc */
getfield sun.security.ssl.ClientHandshakeContext.handshakeExtensions:Ljava/util/Map;
12: .line 189
getstatic sun.security.ssl.SSLExtension.CH_EC_POINT_FORMATS:Lsun/security/ssl/SSLExtension;
getstatic sun.security.ssl.ECPointFormatsExtension$ECPointFormatsSpec.DEFAULT:Lsun/security/ssl/ECPointFormatsExtension$ECPointFormatsSpec;
13: .line 188
invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
14: .line 191
aload 4 /* extData */
areturn
end local 4 // byte[] extData
15: .line 194
StackMap locals:
StackMap stack:
getstatic sun.security.ssl.SSLLogger.isOn:Z
ifeq 18
ldc "ssl,handshake"
invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
ifeq 18
16: .line 196
ldc "Need no ec_point_formats extension"
iconst_0
anewarray java.lang.Object
17: .line 195
invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
18: .line 198
StackMap locals:
StackMap stack:
aconst_null
areturn
end local 3 // sun.security.ssl.ClientHandshakeContext chc
end local 2 // sun.security.ssl.SSLHandshake$HandshakeMessage message
end local 1 // sun.security.ssl.ConnectionContext context
end local 0 // sun.security.ssl.ECPointFormatsExtension$CHECPointFormatsProducer this
LocalVariableTable:
Start End Slot Name Signature
0 19 0 this Lsun/security/ssl/ECPointFormatsExtension$CHECPointFormatsProducer;
0 19 1 context Lsun/security/ssl/ConnectionContext;
0 19 2 message Lsun/security/ssl/SSLHandshake$HandshakeMessage;
1 19 3 chc Lsun/security/ssl/ClientHandshakeContext;
11 15 4 extData [B
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
context
message
}
SourceFile: "ECPointFormatsExtension.java"
NestHost: sun.security.ssl.ECPointFormatsExtension
InnerClasses:
private final CHECPointFormatsProducer = sun.security.ssl.ECPointFormatsExtension$CHECPointFormatsProducer of sun.security.ssl.ECPointFormatsExtension
ECPointFormatsSpec = sun.security.ssl.ECPointFormatsExtension$ECPointFormatsSpec of sun.security.ssl.ECPointFormatsExtension
final NamedGroupType = sun.security.ssl.NamedGroup$NamedGroupType of sun.security.ssl.NamedGroup
abstract HandshakeMessage = sun.security.ssl.SSLHandshake$HandshakeMessage of sun.security.ssl.SSLHandshake