final class sun.security.ssl.DHServerKeyExchange$DHServerKeyExchangeProducer implements sun.security.ssl.HandshakeProducer
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: sun.security.ssl.DHServerKeyExchange$DHServerKeyExchangeProducer
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.DHServerKeyExchange$DHServerKeyExchangeProducer this
0: .line 473
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 475
return
end local 0 // sun.security.ssl.DHServerKeyExchange$DHServerKeyExchangeProducer this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/security/ssl/DHServerKeyExchange$DHServerKeyExchangeProducer;
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.DHServerKeyExchange$DHServerKeyExchangeProducer this
start local 1 // sun.security.ssl.ConnectionContext context
start local 2 // sun.security.ssl.SSLHandshake$HandshakeMessage message
0: .line 481
aload 1 /* context */
checkcast sun.security.ssl.ServerHandshakeContext
astore 3 /* shc */
start local 3 // sun.security.ssl.ServerHandshakeContext shc
1: .line 483
new sun.security.ssl.DHServerKeyExchange$DHServerKeyExchangeMessage
dup
aload 3 /* shc */
invokespecial sun.security.ssl.DHServerKeyExchange$DHServerKeyExchangeMessage.<init>:(Lsun/security/ssl/HandshakeContext;)V
2: .line 482
astore 4 /* skem */
start local 4 // sun.security.ssl.DHServerKeyExchange$DHServerKeyExchangeMessage skem
3: .line 484
getstatic sun.security.ssl.SSLLogger.isOn:Z
ifeq 6
ldc "ssl,handshake"
invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
ifeq 6
4: .line 486
ldc "Produced DH ServerKeyExchange handshake message"
iconst_1
anewarray java.lang.Object
dup
iconst_0
aload 4 /* skem */
aastore
5: .line 485
invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
6: .line 490
StackMap locals: sun.security.ssl.ServerHandshakeContext sun.security.ssl.DHServerKeyExchange$DHServerKeyExchangeMessage
StackMap stack:
aload 4 /* skem */
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.handshakeOutput:Lsun/security/ssl/HandshakeOutStream;
invokevirtual sun.security.ssl.DHServerKeyExchange$DHServerKeyExchangeMessage.write:(Lsun/security/ssl/HandshakeOutStream;)V
7: .line 491
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.handshakeOutput:Lsun/security/ssl/HandshakeOutStream;
invokevirtual sun.security.ssl.HandshakeOutStream.flush:()V
8: .line 494
aconst_null
areturn
end local 4 // sun.security.ssl.DHServerKeyExchange$DHServerKeyExchangeMessage skem
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.DHServerKeyExchange$DHServerKeyExchangeProducer this
LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lsun/security/ssl/DHServerKeyExchange$DHServerKeyExchangeProducer;
0 9 1 context Lsun/security/ssl/ConnectionContext;
0 9 2 message Lsun/security/ssl/SSLHandshake$HandshakeMessage;
1 9 3 shc Lsun/security/ssl/ServerHandshakeContext;
3 9 4 skem Lsun/security/ssl/DHServerKeyExchange$DHServerKeyExchangeMessage;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
context
message
}
SourceFile: "DHServerKeyExchange.java"
NestHost: sun.security.ssl.DHServerKeyExchange
InnerClasses:
private final DHServerKeyExchangeMessage = sun.security.ssl.DHServerKeyExchange$DHServerKeyExchangeMessage of sun.security.ssl.DHServerKeyExchange
final DHServerKeyExchangeProducer = sun.security.ssl.DHServerKeyExchange$DHServerKeyExchangeProducer of sun.security.ssl.DHServerKeyExchange
abstract HandshakeMessage = sun.security.ssl.SSLHandshake$HandshakeMessage of sun.security.ssl.SSLHandshake