final class sun.security.ssl.ServerHello$T13HelloRetryRequestProducer implements sun.security.ssl.HandshakeProducer
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: sun.security.ssl.ServerHello$T13HelloRetryRequestProducer
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.ServerHello$T13HelloRetryRequestProducer this
0: .line 759
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 761
return
end local 0 // sun.security.ssl.ServerHello$T13HelloRetryRequestProducer this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/security/ssl/ServerHello$T13HelloRetryRequestProducer;
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=8, locals=8, args_size=3
start local 0 // sun.security.ssl.ServerHello$T13HelloRetryRequestProducer this
start local 1 // sun.security.ssl.ConnectionContext context
start local 2 // sun.security.ssl.SSLHandshake$HandshakeMessage message
0: .line 766
aload 1 /* context */
checkcast sun.security.ssl.ServerHandshakeContext
astore 3 /* shc */
start local 3 // sun.security.ssl.ServerHandshakeContext shc
1: .line 767
aload 2 /* message */
checkcast sun.security.ssl.ClientHello$ClientHelloMessage
astore 4 /* clientHello */
start local 4 // sun.security.ssl.ClientHello$ClientHelloMessage clientHello
2: .line 771
aload 3 /* shc */
aload 4 /* clientHello */
invokestatic sun.security.ssl.ServerHello$T13ServerHelloProducer.chooseCipherSuite:(Lsun/security/ssl/ServerHandshakeContext;Lsun/security/ssl/ClientHello$ClientHelloMessage;)Lsun/security/ssl/CipherSuite;
3: .line 770
astore 5 /* cipherSuite */
start local 5 // sun.security.ssl.CipherSuite cipherSuite
4: .line 772
aload 5 /* cipherSuite */
ifnonnull 8
5: .line 773
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
getstatic sun.security.ssl.Alert.HANDSHAKE_FAILURE:Lsun/security/ssl/Alert;
6: .line 774
ldc "no cipher suites in common for hello retry request"
7: .line 773
invokevirtual sun.security.ssl.TransportContext.fatal:(Lsun/security/ssl/Alert;Ljava/lang/String;)Ljavax/net/ssl/SSLException;
athrow
8: .line 777
StackMap locals: sun.security.ssl.ServerHandshakeContext sun.security.ssl.ClientHello$ClientHelloMessage sun.security.ssl.CipherSuite
StackMap stack:
new sun.security.ssl.ServerHello$ServerHelloMessage
dup
aload 3 /* shc */
9: .line 778
getstatic sun.security.ssl.ProtocolVersion.TLS12:Lsun/security/ssl/ProtocolVersion;
10: .line 779
aload 4 /* clientHello */
getfield sun.security.ssl.ClientHello$ClientHelloMessage.sessionId:Lsun/security/ssl/SessionId;
11: .line 780
aload 5 /* cipherSuite */
12: .line 781
getstatic sun.security.ssl.RandomCookie.hrrRandom:Lsun/security/ssl/RandomCookie;
13: .line 782
aload 4 /* clientHello */
14: .line 777
invokespecial sun.security.ssl.ServerHello$ServerHelloMessage.<init>:(Lsun/security/ssl/HandshakeContext;Lsun/security/ssl/ProtocolVersion;Lsun/security/ssl/SessionId;Lsun/security/ssl/CipherSuite;Lsun/security/ssl/RandomCookie;Lsun/security/ssl/ClientHello$ClientHelloMessage;)V
astore 6 /* hhrm */
start local 6 // sun.security.ssl.ServerHello$ServerHelloMessage hhrm
15: .line 785
aload 3 /* shc */
aload 5 /* cipherSuite */
putfield sun.security.ssl.ServerHandshakeContext.negotiatedCipherSuite:Lsun/security/ssl/CipherSuite;
16: .line 786
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.handshakeHash:Lsun/security/ssl/HandshakeHash;
17: .line 787
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.negotiatedProtocol:Lsun/security/ssl/ProtocolVersion;
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.negotiatedCipherSuite:Lsun/security/ssl/CipherSuite;
18: .line 786
invokevirtual sun.security.ssl.HandshakeHash.determine:(Lsun/security/ssl/ProtocolVersion;Lsun/security/ssl/CipherSuite;)V
19: .line 791
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.sslConfig:Lsun/security/ssl/SSLConfiguration;
20: .line 792
getstatic sun.security.ssl.SSLHandshake.HELLO_RETRY_REQUEST:Lsun/security/ssl/SSLHandshake;
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.negotiatedProtocol:Lsun/security/ssl/ProtocolVersion;
21: .line 791
invokevirtual sun.security.ssl.SSLConfiguration.getEnabledExtensions:(Lsun/security/ssl/SSLHandshake;Lsun/security/ssl/ProtocolVersion;)[Lsun/security/ssl/SSLExtension;
22: .line 790
astore 7 /* serverHelloExtensions */
start local 7 // sun.security.ssl.SSLExtension[] serverHelloExtensions
23: .line 793
aload 6 /* hhrm */
getfield sun.security.ssl.ServerHello$ServerHelloMessage.extensions:Lsun/security/ssl/SSLExtensions;
aload 3 /* shc */
aload 7 /* serverHelloExtensions */
invokevirtual sun.security.ssl.SSLExtensions.produce:(Lsun/security/ssl/HandshakeContext;[Lsun/security/ssl/SSLExtension;)V
24: .line 794
getstatic sun.security.ssl.SSLLogger.isOn:Z
ifeq 27
ldc "ssl,handshake"
invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
ifeq 27
25: .line 796
ldc "Produced HelloRetryRequest handshake message"
iconst_1
anewarray java.lang.Object
dup
iconst_0
aload 6 /* hhrm */
aastore
26: .line 795
invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
27: .line 800
StackMap locals: sun.security.ssl.ServerHello$ServerHelloMessage sun.security.ssl.SSLExtension[]
StackMap stack:
aload 6 /* hhrm */
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.handshakeOutput:Lsun/security/ssl/HandshakeOutStream;
invokevirtual sun.security.ssl.ServerHello$ServerHelloMessage.write:(Lsun/security/ssl/HandshakeOutStream;)V
28: .line 801
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.handshakeOutput:Lsun/security/ssl/HandshakeOutStream;
invokevirtual sun.security.ssl.HandshakeOutStream.flush:()V
29: .line 804
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.handshakeHash:Lsun/security/ssl/HandshakeHash;
invokevirtual sun.security.ssl.HandshakeHash.finish:()V
30: .line 805
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.handshakeExtensions:Ljava/util/Map;
invokeinterface java.util.Map.clear:()V
31: .line 808
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.handshakeConsumers:Ljava/util/LinkedHashMap;
32: .line 809
getstatic sun.security.ssl.SSLHandshake.CLIENT_HELLO:Lsun/security/ssl/SSLHandshake;
getfield sun.security.ssl.SSLHandshake.id:B
invokestatic java.lang.Byte.valueOf:(B)Ljava/lang/Byte;
getstatic sun.security.ssl.SSLHandshake.CLIENT_HELLO:Lsun/security/ssl/SSLHandshake;
33: .line 808
invokevirtual java.util.LinkedHashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
34: .line 812
aconst_null
areturn
end local 7 // sun.security.ssl.SSLExtension[] serverHelloExtensions
end local 6 // sun.security.ssl.ServerHello$ServerHelloMessage hhrm
end local 5 // sun.security.ssl.CipherSuite cipherSuite
end local 4 // sun.security.ssl.ClientHello$ClientHelloMessage clientHello
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.ServerHello$T13HelloRetryRequestProducer this
LocalVariableTable:
Start End Slot Name Signature
0 35 0 this Lsun/security/ssl/ServerHello$T13HelloRetryRequestProducer;
0 35 1 context Lsun/security/ssl/ConnectionContext;
0 35 2 message Lsun/security/ssl/SSLHandshake$HandshakeMessage;
1 35 3 shc Lsun/security/ssl/ServerHandshakeContext;
2 35 4 clientHello Lsun/security/ssl/ClientHello$ClientHelloMessage;
4 35 5 cipherSuite Lsun/security/ssl/CipherSuite;
15 35 6 hhrm Lsun/security/ssl/ServerHello$ServerHelloMessage;
23 35 7 serverHelloExtensions [Lsun/security/ssl/SSLExtension;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
context
message
}
SourceFile: "ServerHello.java"
NestHost: sun.security.ssl.ServerHello
InnerClasses:
final ClientHelloMessage = sun.security.ssl.ClientHello$ClientHelloMessage of sun.security.ssl.ClientHello
abstract HandshakeMessage = sun.security.ssl.SSLHandshake$HandshakeMessage of sun.security.ssl.SSLHandshake
final ServerHelloMessage = sun.security.ssl.ServerHello$ServerHelloMessage of sun.security.ssl.ServerHello
private final T13HelloRetryRequestProducer = sun.security.ssl.ServerHello$T13HelloRetryRequestProducer of sun.security.ssl.ServerHello
private final T13ServerHelloProducer = sun.security.ssl.ServerHello$T13ServerHelloProducer of sun.security.ssl.ServerHello