final class sun.security.ssl.RenegoInfoExtension$CHRenegotiationInfoAbsence implements sun.security.ssl.HandshakeAbsence
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.security.ssl.RenegoInfoExtension$CHRenegotiationInfoAbsence
  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$CHRenegotiationInfoAbsence this
         0: .line 272
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.security.ssl.RenegoInfoExtension$CHRenegotiationInfoAbsence this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/RenegoInfoExtension$CHRenegotiationInfoAbsence;

  public void absent(sun.security.ssl.ConnectionContext, sun.security.ssl.SSLHandshake$HandshakeMessage);
    descriptor: (Lsun/security/ssl/ConnectionContext;Lsun/security/ssl/SSLHandshake$HandshakeMessage;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=9, args_size=3
        start local 0 // sun.security.ssl.RenegoInfoExtension$CHRenegotiationInfoAbsence this
        start local 1 // sun.security.ssl.ConnectionContext context
        start local 2 // sun.security.ssl.SSLHandshake$HandshakeMessage message
         0: .line 277
            aload 1 /* context */
            checkcast sun.security.ssl.ServerHandshakeContext
            astore 3 /* shc */
        start local 3 // sun.security.ssl.ServerHandshakeContext shc
         1: .line 278
            aload 2 /* message */
            checkcast sun.security.ssl.ClientHello$ClientHelloMessage
            astore 4 /* clientHello */
        start local 4 // sun.security.ssl.ClientHello$ClientHelloMessage clientHello
         2: .line 280
            aload 3 /* shc */
            getfield sun.security.ssl.ServerHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
            getfield sun.security.ssl.TransportContext.isNegotiated:Z
            ifne 23
         3: .line 282
            aload 4 /* clientHello */
            getfield sun.security.ssl.ClientHello$ClientHelloMessage.cipherSuiteIds:[I
            dup
            astore 8
            arraylength
            istore 7
            iconst_0
            istore 6
            goto 14
      StackMap locals: sun.security.ssl.RenegoInfoExtension$CHRenegotiationInfoAbsence sun.security.ssl.ConnectionContext sun.security.ssl.SSLHandshake$HandshakeMessage sun.security.ssl.ServerHandshakeContext sun.security.ssl.ClientHello$ClientHelloMessage top int int int[]
      StackMap stack:
         4: aload 8
            iload 6
            iaload
            istore 5 /* id */
        start local 5 // int id
         5: .line 283
            iload 5 /* id */
         6: .line 284
            getstatic sun.security.ssl.CipherSuite.TLS_EMPTY_RENEGOTIATION_INFO_SCSV:Lsun/security/ssl/CipherSuite;
            getfield sun.security.ssl.CipherSuite.id:I
         7: .line 283
            if_icmpne 13
         8: .line 285
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 11
            ldc "ssl,handshake"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 11
         9: .line 287
            ldc "Safe renegotiation, using the SCSV signgling"
            iconst_0
            anewarray java.lang.Object
        10: .line 286
            invokestatic sun.security.ssl.SSLLogger.finest:(Ljava/lang/String;[Ljava/lang/Object;)V
        11: .line 289
      StackMap locals: sun.security.ssl.RenegoInfoExtension$CHRenegotiationInfoAbsence sun.security.ssl.ConnectionContext sun.security.ssl.SSLHandshake$HandshakeMessage sun.security.ssl.ServerHandshakeContext sun.security.ssl.ClientHello$ClientHelloMessage int int int int[]
      StackMap stack:
            aload 3 /* shc */
            getfield sun.security.ssl.ServerHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
            iconst_1
            putfield sun.security.ssl.TransportContext.secureRenegotiation:Z
        12: .line 290
            return
        end local 5 // int id
        13: .line 282
      StackMap locals: sun.security.ssl.RenegoInfoExtension$CHRenegotiationInfoAbsence sun.security.ssl.ConnectionContext sun.security.ssl.SSLHandshake$HandshakeMessage sun.security.ssl.ServerHandshakeContext sun.security.ssl.ClientHello$ClientHelloMessage top int int int[]
      StackMap stack:
            iinc 6 1
      StackMap locals:
      StackMap stack:
        14: iload 6
            iload 7
            if_icmplt 4
        15: .line 294
            getstatic sun.security.ssl.HandshakeContext.allowLegacyHelloMessages:Z
            ifne 19
        16: .line 295
            aload 3 /* shc */
            getfield sun.security.ssl.ServerHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
            getstatic sun.security.ssl.Alert.HANDSHAKE_FAILURE:Lsun/security/ssl/Alert;
        17: .line 296
            ldc "Failed to negotiate the use of secure renegotiation"
        18: .line 295
            invokevirtual sun.security.ssl.TransportContext.fatal:(Lsun/security/ssl/Alert;Ljava/lang/String;)Ljavax/net/ssl/SSLException;
            athrow
        19: .line 299
      StackMap locals: sun.security.ssl.RenegoInfoExtension$CHRenegotiationInfoAbsence sun.security.ssl.ConnectionContext sun.security.ssl.SSLHandshake$HandshakeMessage sun.security.ssl.ServerHandshakeContext sun.security.ssl.ClientHello$ClientHelloMessage
      StackMap stack:
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 21
            ldc "ssl,handshake"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 21
        20: .line 300
            ldc "Warning: No renegotiation indication in ClientHello, allow legacy ClientHello"
            iconst_0
            anewarray java.lang.Object
            invokestatic sun.security.ssl.SSLLogger.warning:(Ljava/lang/String;[Ljava/lang/Object;)V
        21: .line 304
      StackMap locals:
      StackMap stack:
            aload 3 /* shc */
            getfield sun.security.ssl.ServerHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
            iconst_0
            putfield sun.security.ssl.TransportContext.secureRenegotiation:Z
        22: .line 305
            goto 36
      StackMap locals:
      StackMap stack:
        23: aload 3 /* shc */
            getfield sun.security.ssl.ServerHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
            getfield sun.security.ssl.TransportContext.secureRenegotiation:Z
            ifeq 27
        24: .line 307
            aload 3 /* shc */
            getfield sun.security.ssl.ServerHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
            getstatic sun.security.ssl.Alert.HANDSHAKE_FAILURE:Lsun/security/ssl/Alert;
        25: .line 308
            ldc "Inconsistent secure renegotiation indication"
        26: .line 307
            invokevirtual sun.security.ssl.TransportContext.fatal:(Lsun/security/ssl/Alert;Ljava/lang/String;)Ljavax/net/ssl/SSLException;
            athrow
        27: .line 310
      StackMap locals:
      StackMap stack:
            getstatic sun.security.ssl.HandshakeContext.allowUnsafeRenegotiation:Z
            ifeq 31
        28: .line 311
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 36
            ldc "ssl,handshake"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 36
        29: .line 312
            ldc "Using insecure renegotiation"
            iconst_0
            anewarray java.lang.Object
            invokestatic sun.security.ssl.SSLLogger.warning:(Ljava/lang/String;[Ljava/lang/Object;)V
        30: .line 314
            goto 36
        31: .line 317
      StackMap locals:
      StackMap stack:
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 33
            ldc "ssl,handshake"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 33
        32: .line 318
            ldc "Terminate insecure renegotiation"
            iconst_0
            anewarray java.lang.Object
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
        33: .line 320
      StackMap locals:
      StackMap stack:
            aload 3 /* shc */
            getfield sun.security.ssl.ServerHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
            getstatic sun.security.ssl.Alert.HANDSHAKE_FAILURE:Lsun/security/ssl/Alert;
        34: .line 321
            ldc "Unsafe renegotiation is not allowed"
        35: .line 320
            invokevirtual sun.security.ssl.TransportContext.fatal:(Lsun/security/ssl/Alert;Ljava/lang/String;)Ljavax/net/ssl/SSLException;
            athrow
        36: .line 324
      StackMap locals:
      StackMap stack:
            return
        end local 4 // sun.security.ssl.ClientHello$ClientHelloMessage clientHello
        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$CHRenegotiationInfoAbsence this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   37     0         this  Lsun/security/ssl/RenegoInfoExtension$CHRenegotiationInfoAbsence;
            0   37     1      context  Lsun/security/ssl/ConnectionContext;
            0   37     2      message  Lsun/security/ssl/SSLHandshake$HandshakeMessage;
            1   37     3          shc  Lsun/security/ssl/ServerHandshakeContext;
            2   37     4  clientHello  Lsun/security/ssl/ClientHello$ClientHelloMessage;
            5   13     5           id  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      context  
      message  
}
SourceFile: "RenegoInfoExtension.java"
NestHost: sun.security.ssl.RenegoInfoExtension
InnerClasses:
  final ClientHelloMessage = sun.security.ssl.ClientHello$ClientHelloMessage of sun.security.ssl.ClientHello
  private final CHRenegotiationInfoAbsence = sun.security.ssl.RenegoInfoExtension$CHRenegotiationInfoAbsence of sun.security.ssl.RenegoInfoExtension
  abstract HandshakeMessage = sun.security.ssl.SSLHandshake$HandshakeMessage of sun.security.ssl.SSLHandshake