final class sun.security.ssl.AlpnExtension$SHAlpnProducer implements sun.security.ssl.HandshakeProducer
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: sun.security.ssl.AlpnExtension$SHAlpnProducer
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.AlpnExtension$SHAlpnProducer this
0: .line 349
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 351
return
end local 0 // sun.security.ssl.AlpnExtension$SHAlpnProducer this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/security/ssl/AlpnExtension$SHAlpnProducer;
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=9, args_size=3
start local 0 // sun.security.ssl.AlpnExtension$SHAlpnProducer this
start local 1 // sun.security.ssl.ConnectionContext context
start local 2 // sun.security.ssl.SSLHandshake$HandshakeMessage message
0: .line 357
aload 1 /* context */
checkcast sun.security.ssl.ServerHandshakeContext
astore 3 /* shc */
start local 3 // sun.security.ssl.ServerHandshakeContext shc
1: .line 361
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.handshakeExtensions:Ljava/util/Map;
getstatic sun.security.ssl.SSLExtension.CH_ALPN:Lsun/security/ssl/SSLExtension;
invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast sun.security.ssl.AlpnExtension$AlpnSpec
2: .line 360
astore 4 /* requestedAlps */
start local 4 // sun.security.ssl.AlpnExtension$AlpnSpec requestedAlps
3: .line 362
aload 4 /* requestedAlps */
ifnonnull 12
4: .line 364
getstatic sun.security.ssl.SSLLogger.isOn:Z
ifeq 9
ldc "ssl,handshake"
invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
ifeq 9
5: .line 366
new java.lang.StringBuilder
dup
ldc "Ignore unavailable extension: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
6: .line 367
getstatic sun.security.ssl.SSLExtension.SH_ALPN:Lsun/security/ssl/SSLExtension;
getfield sun.security.ssl.SSLExtension.name:Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
7: .line 366
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
iconst_0
anewarray java.lang.Object
8: .line 365
invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
9: .line 370
StackMap locals: sun.security.ssl.ServerHandshakeContext sun.security.ssl.AlpnExtension$AlpnSpec
StackMap stack:
aload 3 /* shc */
ldc ""
putfield sun.security.ssl.ServerHandshakeContext.applicationProtocol:Ljava/lang/String;
10: .line 371
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
ldc ""
putfield sun.security.ssl.TransportContext.applicationProtocol:Ljava/lang/String;
11: .line 372
aconst_null
areturn
12: .line 375
StackMap locals:
StackMap stack:
aload 4 /* requestedAlps */
getfield sun.security.ssl.AlpnExtension$AlpnSpec.applicationProtocols:Ljava/util/List;
astore 5 /* alps */
start local 5 // java.util.List alps
13: .line 376
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
getfield sun.security.ssl.TransportContext.transport:Lsun/security/ssl/SSLTransport;
instanceof javax.net.ssl.SSLEngine
ifeq 26
14: .line 377
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.sslConfig:Lsun/security/ssl/SSLConfiguration;
getfield sun.security.ssl.SSLConfiguration.engineAPSelector:Ljava/util/function/BiFunction;
ifnull 38
15: .line 378
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
getfield sun.security.ssl.TransportContext.transport:Lsun/security/ssl/SSLTransport;
checkcast javax.net.ssl.SSLEngine
astore 6 /* engine */
start local 6 // javax.net.ssl.SSLEngine engine
16: .line 379
aload 3 /* shc */
17: .line 380
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.sslConfig:Lsun/security/ssl/SSLConfiguration;
getfield sun.security.ssl.SSLConfiguration.engineAPSelector:Ljava/util/function/BiFunction;
aload 6 /* engine */
aload 5 /* alps */
invokeinterface java.util.function.BiFunction.apply:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.lang.String
18: .line 379
putfield sun.security.ssl.ServerHandshakeContext.applicationProtocol:Ljava/lang/String;
19: .line 381
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.applicationProtocol:Ljava/lang/String;
ifnull 22
20: .line 382
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.applicationProtocol:Ljava/lang/String;
invokevirtual java.lang.String.isEmpty:()Z
ifne 38
21: .line 383
aload 5 /* alps */
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.applicationProtocol:Ljava/lang/String;
invokeinterface java.util.List.contains:(Ljava/lang/Object;)Z
ifne 38
22: .line 384
StackMap locals: java.util.List javax.net.ssl.SSLEngine
StackMap stack:
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
23: .line 385
getstatic sun.security.ssl.Alert.NO_APPLICATION_PROTOCOL:Lsun/security/ssl/Alert;
24: .line 386
ldc "No matching application layer protocol values"
25: .line 384
invokevirtual sun.security.ssl.TransportContext.fatal:(Lsun/security/ssl/Alert;Ljava/lang/String;)Ljavax/net/ssl/SSLException;
athrow
end local 6 // javax.net.ssl.SSLEngine engine
26: .line 390
StackMap locals:
StackMap stack:
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.sslConfig:Lsun/security/ssl/SSLConfiguration;
getfield sun.security.ssl.SSLConfiguration.socketAPSelector:Ljava/util/function/BiFunction;
ifnull 38
27: .line 391
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
getfield sun.security.ssl.TransportContext.transport:Lsun/security/ssl/SSLTransport;
checkcast javax.net.ssl.SSLSocket
astore 6 /* socket */
start local 6 // javax.net.ssl.SSLSocket socket
28: .line 392
aload 3 /* shc */
29: .line 393
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.sslConfig:Lsun/security/ssl/SSLConfiguration;
getfield sun.security.ssl.SSLConfiguration.socketAPSelector:Ljava/util/function/BiFunction;
aload 6 /* socket */
aload 5 /* alps */
invokeinterface java.util.function.BiFunction.apply:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.lang.String
30: .line 392
putfield sun.security.ssl.ServerHandshakeContext.applicationProtocol:Ljava/lang/String;
31: .line 394
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.applicationProtocol:Ljava/lang/String;
ifnull 34
32: .line 395
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.applicationProtocol:Ljava/lang/String;
invokevirtual java.lang.String.isEmpty:()Z
ifne 38
33: .line 396
aload 5 /* alps */
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.applicationProtocol:Ljava/lang/String;
invokeinterface java.util.List.contains:(Ljava/lang/Object;)Z
ifne 38
34: .line 397
StackMap locals: javax.net.ssl.SSLSocket
StackMap stack:
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
35: .line 398
getstatic sun.security.ssl.Alert.NO_APPLICATION_PROTOCOL:Lsun/security/ssl/Alert;
36: .line 399
ldc "No matching application layer protocol values"
37: .line 397
invokevirtual sun.security.ssl.TransportContext.fatal:(Lsun/security/ssl/Alert;Ljava/lang/String;)Ljavax/net/ssl/SSLException;
athrow
end local 6 // javax.net.ssl.SSLSocket socket
38: .line 404
StackMap locals:
StackMap stack:
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.applicationProtocol:Ljava/lang/String;
ifnull 40
39: .line 405
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.applicationProtocol:Ljava/lang/String;
invokevirtual java.lang.String.isEmpty:()Z
ifeq 46
40: .line 407
StackMap locals:
StackMap stack:
aload 3 /* shc */
ldc ""
putfield sun.security.ssl.ServerHandshakeContext.applicationProtocol:Ljava/lang/String;
41: .line 408
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
ldc ""
putfield sun.security.ssl.TransportContext.applicationProtocol:Ljava/lang/String;
42: .line 409
getstatic sun.security.ssl.SSLLogger.isOn:Z
ifeq 45
ldc "ssl,handshake"
invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
ifeq 45
43: .line 411
ldc "Ignore, no negotiated application layer protocol"
iconst_0
anewarray java.lang.Object
44: .line 410
invokestatic sun.security.ssl.SSLLogger.warning:(Ljava/lang/String;[Ljava/lang/Object;)V
45: .line 414
StackMap locals:
StackMap stack:
aconst_null
areturn
46: .line 418
StackMap locals:
StackMap stack:
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.applicationProtocol:Ljava/lang/String;
invokevirtual java.lang.String.length:()I
iconst_1
iadd
istore 6 /* listLen */
start local 6 // int listLen
47: .line 421
iload 6 /* listLen */
iconst_2
iadd
newarray 8
astore 7 /* extData */
start local 7 // byte[] extData
48: .line 422
aload 7 /* extData */
invokestatic java.nio.ByteBuffer.wrap:([B)Ljava/nio/ByteBuffer;
astore 8 /* m */
start local 8 // java.nio.ByteBuffer m
49: .line 423
aload 8 /* m */
iload 6 /* listLen */
invokestatic sun.security.ssl.Record.putInt16:(Ljava/nio/ByteBuffer;I)V
50: .line 424
aload 8 /* m */
51: .line 425
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.applicationProtocol:Ljava/lang/String;
getstatic java.nio.charset.StandardCharsets.UTF_8:Ljava/nio/charset/Charset;
invokevirtual java.lang.String.getBytes:(Ljava/nio/charset/Charset;)[B
52: .line 424
invokestatic sun.security.ssl.Record.putBytes8:(Ljava/nio/ByteBuffer;[B)V
53: .line 428
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.applicationProtocol:Ljava/lang/String;
putfield sun.security.ssl.TransportContext.applicationProtocol:Ljava/lang/String;
54: .line 433
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.handshakeExtensions:Ljava/util/Map;
getstatic sun.security.ssl.SSLExtension.CH_ALPN:Lsun/security/ssl/SSLExtension;
invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
pop
55: .line 435
aload 7 /* extData */
areturn
end local 8 // java.nio.ByteBuffer m
end local 7 // byte[] extData
end local 6 // int listLen
end local 5 // java.util.List alps
end local 4 // sun.security.ssl.AlpnExtension$AlpnSpec requestedAlps
end local 3 // sun.security.ssl.ServerHandshakeContext shc
end local 2 // sun.security.ssl.SSLHandshake$HandshakeMessage message
end local 1 // sun.security.ssl.ConnectionContext context
end local 0 // sun.security.ssl.AlpnExtension$SHAlpnProducer this
LocalVariableTable:
Start End Slot Name Signature
0 56 0 this Lsun/security/ssl/AlpnExtension$SHAlpnProducer;
0 56 1 context Lsun/security/ssl/ConnectionContext;
0 56 2 message Lsun/security/ssl/SSLHandshake$HandshakeMessage;
1 56 3 shc Lsun/security/ssl/ServerHandshakeContext;
3 56 4 requestedAlps Lsun/security/ssl/AlpnExtension$AlpnSpec;
13 56 5 alps Ljava/util/List<Ljava/lang/String;>;
16 26 6 engine Ljavax/net/ssl/SSLEngine;
28 38 6 socket Ljavax/net/ssl/SSLSocket;
47 56 6 listLen I
48 56 7 extData [B
49 56 8 m Ljava/nio/ByteBuffer;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
context
message
}
SourceFile: "AlpnExtension.java"
NestHost: sun.security.ssl.AlpnExtension
InnerClasses:
final AlpnSpec = sun.security.ssl.AlpnExtension$AlpnSpec of sun.security.ssl.AlpnExtension
private final SHAlpnProducer = sun.security.ssl.AlpnExtension$SHAlpnProducer of sun.security.ssl.AlpnExtension
abstract HandshakeMessage = sun.security.ssl.SSLHandshake$HandshakeMessage of sun.security.ssl.SSLHandshake