final class sun.security.ssl.ServerHelloDone$ServerHelloDoneProducer implements sun.security.ssl.HandshakeProducer
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: sun.security.ssl.ServerHelloDone$ServerHelloDoneProducer
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.ServerHelloDone$ServerHelloDoneProducer this
0: .line 85
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 87
return
end local 0 // sun.security.ssl.ServerHelloDone$ServerHelloDoneProducer this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/security/ssl/ServerHelloDone$ServerHelloDoneProducer;
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=5, locals=5, args_size=3
start local 0 // sun.security.ssl.ServerHelloDone$ServerHelloDoneProducer this
start local 1 // sun.security.ssl.ConnectionContext context
start local 2 // sun.security.ssl.SSLHandshake$HandshakeMessage message
0: .line 93
aload 1 /* context */
checkcast sun.security.ssl.ServerHandshakeContext
astore 3 /* shc */
start local 3 // sun.security.ssl.ServerHandshakeContext shc
1: .line 95
new sun.security.ssl.ServerHelloDone$ServerHelloDoneMessage
dup
aload 3 /* shc */
invokespecial sun.security.ssl.ServerHelloDone$ServerHelloDoneMessage.<init>:(Lsun/security/ssl/HandshakeContext;)V
astore 4 /* shdm */
start local 4 // sun.security.ssl.ServerHelloDone$ServerHelloDoneMessage shdm
2: .line 96
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 98
ldc "Produced ServerHelloDone handshake message"
iconst_1
anewarray java.lang.Object
dup
iconst_0
aload 4 /* shdm */
aastore
4: .line 97
invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
5: .line 102
StackMap locals: sun.security.ssl.ServerHandshakeContext sun.security.ssl.ServerHelloDone$ServerHelloDoneMessage
StackMap stack:
aload 4 /* shdm */
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.handshakeOutput:Lsun/security/ssl/HandshakeOutStream;
invokevirtual sun.security.ssl.ServerHelloDone$ServerHelloDoneMessage.write:(Lsun/security/ssl/HandshakeOutStream;)V
6: .line 103
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.handshakeOutput:Lsun/security/ssl/HandshakeOutStream;
invokevirtual sun.security.ssl.HandshakeOutStream.flush:()V
7: .line 108
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.handshakeConsumers:Ljava/util/LinkedHashMap;
getstatic sun.security.ssl.SSLHandshake.CLIENT_KEY_EXCHANGE:Lsun/security/ssl/SSLHandshake;
getfield sun.security.ssl.SSLHandshake.id:B
invokestatic java.lang.Byte.valueOf:(B)Ljava/lang/Byte;
8: .line 109
getstatic sun.security.ssl.SSLHandshake.CLIENT_KEY_EXCHANGE:Lsun/security/ssl/SSLHandshake;
9: .line 108
invokevirtual java.util.LinkedHashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
10: .line 110
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
getfield sun.security.ssl.TransportContext.consumers:Ljava/util/Map;
getstatic sun.security.ssl.ContentType.CHANGE_CIPHER_SPEC:Lsun/security/ssl/ContentType;
getfield sun.security.ssl.ContentType.id:B
invokestatic java.lang.Byte.valueOf:(B)Ljava/lang/Byte;
11: .line 111
getstatic sun.security.ssl.ChangeCipherSpec.t10Consumer:Lsun/security/ssl/SSLConsumer;
12: .line 110
invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
13: .line 112
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.handshakeConsumers:Ljava/util/LinkedHashMap;
getstatic sun.security.ssl.SSLHandshake.FINISHED:Lsun/security/ssl/SSLHandshake;
getfield sun.security.ssl.SSLHandshake.id:B
invokestatic java.lang.Byte.valueOf:(B)Ljava/lang/Byte;
14: .line 113
getstatic sun.security.ssl.SSLHandshake.FINISHED:Lsun/security/ssl/SSLHandshake;
15: .line 112
invokevirtual java.util.LinkedHashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
16: .line 116
aconst_null
areturn
end local 4 // sun.security.ssl.ServerHelloDone$ServerHelloDoneMessage shdm
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.ServerHelloDone$ServerHelloDoneProducer this
LocalVariableTable:
Start End Slot Name Signature
0 17 0 this Lsun/security/ssl/ServerHelloDone$ServerHelloDoneProducer;
0 17 1 context Lsun/security/ssl/ConnectionContext;
0 17 2 message Lsun/security/ssl/SSLHandshake$HandshakeMessage;
1 17 3 shc Lsun/security/ssl/ServerHandshakeContext;
2 17 4 shdm Lsun/security/ssl/ServerHelloDone$ServerHelloDoneMessage;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
context
message
}
SourceFile: "ServerHelloDone.java"
NestHost: sun.security.ssl.ServerHelloDone
InnerClasses:
abstract HandshakeMessage = sun.security.ssl.SSLHandshake$HandshakeMessage of sun.security.ssl.SSLHandshake
final ServerHelloDoneMessage = sun.security.ssl.ServerHelloDone$ServerHelloDoneMessage of sun.security.ssl.ServerHelloDone
private final ServerHelloDoneProducer = sun.security.ssl.ServerHelloDone$ServerHelloDoneProducer of sun.security.ssl.ServerHelloDone