final class sun.security.ssl.RenegoInfoExtension$SHRenegotiationInfoProducer implements sun.security.ssl.HandshakeProducer
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: sun.security.ssl.RenegoInfoExtension$SHRenegotiationInfoProducer
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.RenegoInfoExtension$SHRenegotiationInfoProducer this
0: .line 334
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 336
return
end local 0 // sun.security.ssl.RenegoInfoExtension$SHRenegotiationInfoProducer this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/security/ssl/RenegoInfoExtension$SHRenegotiationInfoProducer;
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=3, locals=8, args_size=3
start local 0 // sun.security.ssl.RenegoInfoExtension$SHRenegotiationInfoProducer this
start local 1 // sun.security.ssl.ConnectionContext context
start local 2 // sun.security.ssl.SSLHandshake$HandshakeMessage message
0: .line 342
aload 1 /* context */
checkcast sun.security.ssl.ServerHandshakeContext
astore 3 /* shc */
start local 3 // sun.security.ssl.ServerHandshakeContext shc
1: .line 346
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.handshakeExtensions:Ljava/util/Map;
getstatic sun.security.ssl.SSLExtension.CH_RENEGOTIATION_INFO:Lsun/security/ssl/SSLExtension;
invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast sun.security.ssl.RenegoInfoExtension$RenegotiationInfoSpec
2: .line 345
astore 4 /* requestedSpec */
start local 4 // sun.security.ssl.RenegoInfoExtension$RenegotiationInfoSpec requestedSpec
3: .line 347
aload 4 /* requestedSpec */
ifnonnull 8
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
getfield sun.security.ssl.TransportContext.secureRenegotiation:Z
ifne 8
4: .line 350
getstatic sun.security.ssl.SSLLogger.isOn:Z
ifeq 7
ldc "ssl,handshake"
invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
ifeq 7
5: .line 352
ldc "Ignore unavailable renegotiation_info extension"
iconst_0
anewarray java.lang.Object
6: .line 351
invokestatic sun.security.ssl.SSLLogger.finest:(Ljava/lang/String;[Ljava/lang/Object;)V
7: .line 354
StackMap locals: sun.security.ssl.ServerHandshakeContext sun.security.ssl.RenegoInfoExtension$RenegotiationInfoSpec
StackMap stack:
aconst_null
areturn
8: .line 357
StackMap locals:
StackMap stack:
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
getfield sun.security.ssl.TransportContext.secureRenegotiation:Z
ifne 13
9: .line 359
getstatic sun.security.ssl.SSLLogger.isOn:Z
ifeq 12
ldc "ssl,handshake"
invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
ifeq 12
10: .line 361
ldc "No secure renegotiation has been negotiated"
iconst_0
anewarray java.lang.Object
11: .line 360
invokestatic sun.security.ssl.SSLLogger.finest:(Ljava/lang/String;[Ljava/lang/Object;)V
12: .line 363
StackMap locals:
StackMap stack:
aconst_null
areturn
13: .line 366
StackMap locals:
StackMap stack:
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
getfield sun.security.ssl.TransportContext.isNegotiated:Z
ifne 19
14: .line 372
iconst_1
newarray 8
astore 5 /* extData */
start local 5 // byte[] extData
15: .line 377
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.handshakeExtensions:Ljava/util/Map;
16: .line 378
getstatic sun.security.ssl.SSLExtension.SH_RENEGOTIATION_INFO:Lsun/security/ssl/SSLExtension;
getstatic sun.security.ssl.RenegoInfoExtension$RenegotiationInfoSpec.NOMINAL:Lsun/security/ssl/RenegoInfoExtension$RenegotiationInfoSpec;
17: .line 377
invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
18: .line 380
aload 5 /* extData */
areturn
end local 5 // byte[] extData
19: .line 387
StackMap locals:
StackMap stack:
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
getfield sun.security.ssl.TransportContext.clientVerifyData:[B
arraylength
20: .line 388
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
getfield sun.security.ssl.TransportContext.serverVerifyData:[B
arraylength
21: .line 387
iadd
istore 5 /* infoLen */
start local 5 // int infoLen
22: .line 389
iload 5 /* infoLen */
iconst_1
iadd
newarray 8
astore 6 /* extData */
start local 6 // byte[] extData
23: .line 390
aload 6 /* extData */
invokestatic java.nio.ByteBuffer.wrap:([B)Ljava/nio/ByteBuffer;
astore 7 /* m */
start local 7 // java.nio.ByteBuffer m
24: .line 391
aload 7 /* m */
iload 5 /* infoLen */
invokestatic sun.security.ssl.Record.putInt8:(Ljava/nio/ByteBuffer;I)V
25: .line 392
aload 7 /* m */
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
getfield sun.security.ssl.TransportContext.clientVerifyData:[B
invokevirtual java.nio.ByteBuffer.put:([B)Ljava/nio/ByteBuffer;
pop
26: .line 393
aload 7 /* m */
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
getfield sun.security.ssl.TransportContext.serverVerifyData:[B
invokevirtual java.nio.ByteBuffer.put:([B)Ljava/nio/ByteBuffer;
pop
27: .line 398
aload 3 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.handshakeExtensions:Ljava/util/Map;
28: .line 399
getstatic sun.security.ssl.SSLExtension.SH_RENEGOTIATION_INFO:Lsun/security/ssl/SSLExtension;
getstatic sun.security.ssl.RenegoInfoExtension$RenegotiationInfoSpec.NOMINAL:Lsun/security/ssl/RenegoInfoExtension$RenegotiationInfoSpec;
29: .line 398
invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
30: .line 401
aload 6 /* extData */
areturn
end local 7 // java.nio.ByteBuffer m
end local 6 // byte[] extData
end local 5 // int infoLen
end local 4 // sun.security.ssl.RenegoInfoExtension$RenegotiationInfoSpec requestedSpec
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.RenegoInfoExtension$SHRenegotiationInfoProducer this
LocalVariableTable:
Start End Slot Name Signature
0 31 0 this Lsun/security/ssl/RenegoInfoExtension$SHRenegotiationInfoProducer;
0 31 1 context Lsun/security/ssl/ConnectionContext;
0 31 2 message Lsun/security/ssl/SSLHandshake$HandshakeMessage;
1 31 3 shc Lsun/security/ssl/ServerHandshakeContext;
3 31 4 requestedSpec Lsun/security/ssl/RenegoInfoExtension$RenegotiationInfoSpec;
15 19 5 extData [B
22 31 5 infoLen I
23 31 6 extData [B
24 31 7 m Ljava/nio/ByteBuffer;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
context
message
}
SourceFile: "RenegoInfoExtension.java"
NestHost: sun.security.ssl.RenegoInfoExtension
InnerClasses:
final RenegotiationInfoSpec = sun.security.ssl.RenegoInfoExtension$RenegotiationInfoSpec of sun.security.ssl.RenegoInfoExtension
private final SHRenegotiationInfoProducer = sun.security.ssl.RenegoInfoExtension$SHRenegotiationInfoProducer of sun.security.ssl.RenegoInfoExtension
abstract HandshakeMessage = sun.security.ssl.SSLHandshake$HandshakeMessage of sun.security.ssl.SSLHandshake