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