final class sun.security.ssl.RenegoInfoExtension$CHRenegotiationInfoConsumer implements sun.security.ssl.SSLExtension$ExtensionConsumer
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: sun.security.ssl.RenegoInfoExtension$CHRenegotiationInfoConsumer
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$CHRenegotiationInfoConsumer this
0: .line 202
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 204
return
end local 0 // sun.security.ssl.RenegoInfoExtension$CHRenegotiationInfoConsumer this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/security/ssl/RenegoInfoExtension$CHRenegotiationInfoConsumer;
public void consume(sun.security.ssl.ConnectionContext, sun.security.ssl.SSLHandshake$HandshakeMessage, java.nio.ByteBuffer);
descriptor: (Lsun/security/ssl/ConnectionContext;Lsun/security/ssl/SSLHandshake$HandshakeMessage;Ljava/nio/ByteBuffer;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=7, args_size=4
start local 0 // sun.security.ssl.RenegoInfoExtension$CHRenegotiationInfoConsumer this
start local 1 // sun.security.ssl.ConnectionContext context
start local 2 // sun.security.ssl.SSLHandshake$HandshakeMessage message
start local 3 // java.nio.ByteBuffer buffer
0: .line 211
aload 1 /* context */
checkcast sun.security.ssl.ServerHandshakeContext
astore 4 /* shc */
start local 4 // sun.security.ssl.ServerHandshakeContext shc
1: .line 214
aload 4 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.sslConfig:Lsun/security/ssl/SSLConfiguration;
getstatic sun.security.ssl.SSLExtension.CH_RENEGOTIATION_INFO:Lsun/security/ssl/SSLExtension;
invokevirtual sun.security.ssl.SSLConfiguration.isAvailable:(Lsun/security/ssl/SSLExtension;)Z
ifne 7
2: .line 215
getstatic sun.security.ssl.SSLLogger.isOn:Z
ifeq 6
ldc "ssl,handshake"
invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
ifeq 6
3: .line 216
new java.lang.StringBuilder
dup
ldc "Ignore unavailable extension: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
4: .line 217
getstatic sun.security.ssl.SSLExtension.CH_RENEGOTIATION_INFO:Lsun/security/ssl/SSLExtension;
getfield sun.security.ssl.SSLExtension.name:Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
5: .line 216
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
iconst_0
anewarray java.lang.Object
invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
6: .line 219
StackMap locals: sun.security.ssl.ServerHandshakeContext
StackMap stack:
return
7: .line 225
StackMap locals:
StackMap stack:
new sun.security.ssl.RenegoInfoExtension$RenegotiationInfoSpec
dup
aload 3 /* buffer */
invokespecial sun.security.ssl.RenegoInfoExtension$RenegotiationInfoSpec.<init>:(Ljava/nio/ByteBuffer;)V
astore 5 /* spec */
start local 5 // sun.security.ssl.RenegoInfoExtension$RenegotiationInfoSpec spec
8: .line 226
goto 11
end local 5 // sun.security.ssl.RenegoInfoExtension$RenegotiationInfoSpec spec
StackMap locals:
StackMap stack: java.io.IOException
9: astore 6 /* ioe */
start local 6 // java.io.IOException ioe
10: .line 227
aload 4 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
getstatic sun.security.ssl.Alert.UNEXPECTED_MESSAGE:Lsun/security/ssl/Alert;
aload 6 /* ioe */
invokevirtual sun.security.ssl.TransportContext.fatal:(Lsun/security/ssl/Alert;Ljava/lang/Throwable;)Ljavax/net/ssl/SSLException;
athrow
end local 6 // java.io.IOException ioe
start local 5 // sun.security.ssl.RenegoInfoExtension$RenegotiationInfoSpec spec
11: .line 230
StackMap locals: sun.security.ssl.RenegoInfoExtension$RenegotiationInfoSpec
StackMap stack:
aload 4 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
getfield sun.security.ssl.TransportContext.isNegotiated:Z
ifne 18
12: .line 232
aload 5 /* spec */
getfield sun.security.ssl.RenegoInfoExtension$RenegotiationInfoSpec.renegotiatedConnection:[B
arraylength
ifeq 16
13: .line 233
aload 4 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
getstatic sun.security.ssl.Alert.UNEXPECTED_MESSAGE:Lsun/security/ssl/Alert;
14: .line 234
ldc "Invalid renegotiation_info extension data: not empty"
15: .line 233
invokevirtual sun.security.ssl.TransportContext.fatal:(Lsun/security/ssl/Alert;Ljava/lang/String;)Ljavax/net/ssl/SSLException;
athrow
16: .line 236
StackMap locals:
StackMap stack:
aload 4 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
iconst_1
putfield sun.security.ssl.TransportContext.secureRenegotiation:Z
17: .line 237
goto 29
18: .line 238
StackMap locals:
StackMap stack:
aload 4 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
getfield sun.security.ssl.TransportContext.secureRenegotiation:Z
ifne 22
19: .line 241
aload 4 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
getstatic sun.security.ssl.Alert.HANDSHAKE_FAILURE:Lsun/security/ssl/Alert;
20: .line 242
ldc "The renegotiation_info is present in a insecure renegotiation"
21: .line 241
invokevirtual sun.security.ssl.TransportContext.fatal:(Lsun/security/ssl/Alert;Ljava/lang/String;)Ljavax/net/ssl/SSLException;
athrow
22: .line 246
StackMap locals:
StackMap stack:
aload 4 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
getfield sun.security.ssl.TransportContext.clientVerifyData:[B
23: .line 247
aload 5 /* spec */
getfield sun.security.ssl.RenegoInfoExtension$RenegotiationInfoSpec.renegotiatedConnection:[B
24: .line 246
invokestatic java.util.Arrays.equals:([B[B)Z
25: .line 247
ifne 29
26: .line 248
aload 4 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
getstatic sun.security.ssl.Alert.UNEXPECTED_MESSAGE:Lsun/security/ssl/Alert;
27: .line 249
ldc "Invalid renegotiation_info extension data: incorrect verify data in ClientHello"
28: .line 248
invokevirtual sun.security.ssl.TransportContext.fatal:(Lsun/security/ssl/Alert;Ljava/lang/String;)Ljavax/net/ssl/SSLException;
athrow
29: .line 260
StackMap locals:
StackMap stack:
aload 4 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.handshakeExtensions:Ljava/util/Map;
30: .line 261
getstatic sun.security.ssl.SSLExtension.CH_RENEGOTIATION_INFO:Lsun/security/ssl/SSLExtension;
getstatic sun.security.ssl.RenegoInfoExtension$RenegotiationInfoSpec.NOMINAL:Lsun/security/ssl/RenegoInfoExtension$RenegotiationInfoSpec;
31: .line 260
invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
32: .line 264
return
end local 5 // sun.security.ssl.RenegoInfoExtension$RenegotiationInfoSpec spec
end local 4 // sun.security.ssl.ServerHandshakeContext shc
end local 3 // java.nio.ByteBuffer buffer
end local 2 // sun.security.ssl.SSLHandshake$HandshakeMessage message
end local 1 // sun.security.ssl.ConnectionContext context
end local 0 // sun.security.ssl.RenegoInfoExtension$CHRenegotiationInfoConsumer this
LocalVariableTable:
Start End Slot Name Signature
0 33 0 this Lsun/security/ssl/RenegoInfoExtension$CHRenegotiationInfoConsumer;
0 33 1 context Lsun/security/ssl/ConnectionContext;
0 33 2 message Lsun/security/ssl/SSLHandshake$HandshakeMessage;
0 33 3 buffer Ljava/nio/ByteBuffer;
1 33 4 shc Lsun/security/ssl/ServerHandshakeContext;
8 9 5 spec Lsun/security/ssl/RenegoInfoExtension$RenegotiationInfoSpec;
11 33 5 spec Lsun/security/ssl/RenegoInfoExtension$RenegotiationInfoSpec;
10 11 6 ioe Ljava/io/IOException;
Exception table:
from to target type
7 8 9 Class java.io.IOException
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
context
message
buffer
}
SourceFile: "RenegoInfoExtension.java"
NestHost: sun.security.ssl.RenegoInfoExtension
InnerClasses:
private final CHRenegotiationInfoConsumer = sun.security.ssl.RenegoInfoExtension$CHRenegotiationInfoConsumer of sun.security.ssl.RenegoInfoExtension
final RenegotiationInfoSpec = sun.security.ssl.RenegoInfoExtension$RenegotiationInfoSpec of sun.security.ssl.RenegoInfoExtension
abstract ExtensionConsumer = sun.security.ssl.SSLExtension$ExtensionConsumer of sun.security.ssl.SSLExtension
abstract HandshakeMessage = sun.security.ssl.SSLHandshake$HandshakeMessage of sun.security.ssl.SSLHandshake