final class sun.security.ssl.EncryptedExtensions$EncryptedExtensionsProducer implements sun.security.ssl.HandshakeProducer
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: sun.security.ssl.EncryptedExtensions$EncryptedExtensionsProducer
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.EncryptedExtensions$EncryptedExtensionsProducer this
0: .line 119
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 121
return
end local 0 // sun.security.ssl.EncryptedExtensions$EncryptedExtensionsProducer this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/security/ssl/EncryptedExtensions$EncryptedExtensionsProducer;
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=6, args_size=3
start local 0 // sun.security.ssl.EncryptedExtensions$EncryptedExtensionsProducer this
start local 1 // sun.security.ssl.ConnectionContext context
start local 2 // sun.security.ssl.SSLHandshake$HandshakeMessage message
0: .line 127
aload 1 /* context */
checkcast sun.security.ssl.ServerHandshakeContext
astore 3 /* shc */
start local 3 // sun.security.ssl.ServerHandshakeContext shc
1: .line 130
new sun.security.ssl.EncryptedExtensions$EncryptedExtensionsMessage
dup
aload 3 /* shc */
invokespecial sun.security.ssl.EncryptedExtensions$EncryptedExtensionsMessage.<init>:(Lsun/security/ssl/HandshakeContext;)V
2: .line 129
astore 4 /* eem */
start local 4 // sun.security.ssl.EncryptedExtensions$EncryptedExtensionsMessage eem
3: .line 132
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.sslConfig:Lsun/security/ssl/SSLConfiguration;
4: .line 133
getstatic sun.security.ssl.SSLHandshake.ENCRYPTED_EXTENSIONS:Lsun/security/ssl/SSLHandshake;
5: .line 134
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.negotiatedProtocol:Lsun/security/ssl/ProtocolVersion;
6: .line 132
invokevirtual sun.security.ssl.SSLConfiguration.getEnabledExtensions:(Lsun/security/ssl/SSLHandshake;Lsun/security/ssl/ProtocolVersion;)[Lsun/security/ssl/SSLExtension;
7: .line 131
astore 5 /* extTypes */
start local 5 // sun.security.ssl.SSLExtension[] extTypes
8: .line 135
aload 4 /* eem */
getfield sun.security.ssl.EncryptedExtensions$EncryptedExtensionsMessage.extensions:Lsun/security/ssl/SSLExtensions;
aload 3 /* shc */
aload 5 /* extTypes */
invokevirtual sun.security.ssl.SSLExtensions.produce:(Lsun/security/ssl/HandshakeContext;[Lsun/security/ssl/SSLExtension;)V
9: .line 136
getstatic sun.security.ssl.SSLLogger.isOn:Z
ifeq 11
ldc "ssl,handshake"
invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
ifeq 11
10: .line 137
ldc "Produced EncryptedExtensions message"
iconst_1
anewarray java.lang.Object
dup
iconst_0
aload 4 /* eem */
aastore
invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
11: .line 141
StackMap locals: sun.security.ssl.ServerHandshakeContext sun.security.ssl.EncryptedExtensions$EncryptedExtensionsMessage sun.security.ssl.SSLExtension[]
StackMap stack:
aload 4 /* eem */
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.handshakeOutput:Lsun/security/ssl/HandshakeOutStream;
invokevirtual sun.security.ssl.EncryptedExtensions$EncryptedExtensionsMessage.write:(Lsun/security/ssl/HandshakeOutStream;)V
12: .line 142
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.handshakeOutput:Lsun/security/ssl/HandshakeOutStream;
invokevirtual sun.security.ssl.HandshakeOutStream.flush:()V
13: .line 145
aconst_null
areturn
end local 5 // sun.security.ssl.SSLExtension[] extTypes
end local 4 // sun.security.ssl.EncryptedExtensions$EncryptedExtensionsMessage eem
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.EncryptedExtensions$EncryptedExtensionsProducer this
LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lsun/security/ssl/EncryptedExtensions$EncryptedExtensionsProducer;
0 14 1 context Lsun/security/ssl/ConnectionContext;
0 14 2 message Lsun/security/ssl/SSLHandshake$HandshakeMessage;
1 14 3 shc Lsun/security/ssl/ServerHandshakeContext;
3 14 4 eem Lsun/security/ssl/EncryptedExtensions$EncryptedExtensionsMessage;
8 14 5 extTypes [Lsun/security/ssl/SSLExtension;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
context
message
}
SourceFile: "EncryptedExtensions.java"
NestHost: sun.security.ssl.EncryptedExtensions
InnerClasses:
final EncryptedExtensionsMessage = sun.security.ssl.EncryptedExtensions$EncryptedExtensionsMessage of sun.security.ssl.EncryptedExtensions
private final EncryptedExtensionsProducer = sun.security.ssl.EncryptedExtensions$EncryptedExtensionsProducer of sun.security.ssl.EncryptedExtensions
abstract HandshakeMessage = sun.security.ssl.SSLHandshake$HandshakeMessage of sun.security.ssl.SSLHandshake