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

  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=5, args_size=3
        start local 0 // sun.security.ssl.RenegoInfoExtension$SHRenegotiationInfoAbsence this
        start local 1 // sun.security.ssl.ConnectionContext context
        start local 2 // sun.security.ssl.SSLHandshake$HandshakeMessage message
         0: .line 495
            aload 1 /* context */
            checkcast sun.security.ssl.ClientHandshakeContext
            astore 3 /* chc */
        start local 3 // sun.security.ssl.ClientHandshakeContext chc
         1: .line 500
            aload 3 /* chc */
            getfield sun.security.ssl.ClientHandshakeContext.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 499
            astore 4 /* requestedSpec */
        start local 4 // sun.security.ssl.RenegoInfoExtension$RenegotiationInfoSpec requestedSpec
         3: .line 501
            aload 4 /* requestedSpec */
            ifnonnull 11
         4: .line 502
            aload 3 /* chc */
            getfield sun.security.ssl.ClientHandshakeContext.activeCipherSuites:Ljava/util/List;
         5: .line 503
            getstatic sun.security.ssl.CipherSuite.TLS_EMPTY_RENEGOTIATION_INFO_SCSV:Lsun/security/ssl/CipherSuite;
         6: .line 502
            invokeinterface java.util.List.contains:(Ljava/lang/Object;)Z
         7: .line 503
            ifne 11
         8: .line 504
            aload 3 /* chc */
            getfield sun.security.ssl.ClientHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
            getstatic sun.security.ssl.Alert.INTERNAL_ERROR:Lsun/security/ssl/Alert;
         9: .line 505
            ldc "Missing renegotiation_info and SCSV detected in ClientHello"
        10: .line 504
            invokevirtual sun.security.ssl.TransportContext.fatal:(Lsun/security/ssl/Alert;Ljava/lang/String;)Ljavax/net/ssl/SSLException;
            athrow
        11: .line 509
      StackMap locals: sun.security.ssl.ClientHandshakeContext sun.security.ssl.RenegoInfoExtension$RenegotiationInfoSpec
      StackMap stack:
            aload 3 /* chc */
            getfield sun.security.ssl.ClientHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
            getfield sun.security.ssl.TransportContext.isNegotiated:Z
            ifne 20
        12: .line 511
            getstatic sun.security.ssl.HandshakeContext.allowLegacyHelloMessages:Z
            ifne 16
        13: .line 512
            aload 3 /* chc */
            getfield sun.security.ssl.ClientHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
            getstatic sun.security.ssl.Alert.HANDSHAKE_FAILURE:Lsun/security/ssl/Alert;
        14: .line 513
            ldc "Failed to negotiate the use of secure renegotiation"
        15: .line 512
            invokevirtual sun.security.ssl.TransportContext.fatal:(Lsun/security/ssl/Alert;Ljava/lang/String;)Ljavax/net/ssl/SSLException;
            athrow
        16: .line 516
      StackMap locals:
      StackMap stack:
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 18
            ldc "ssl,handshake"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 18
        17: .line 517
            ldc "Warning: No renegotiation indication in ServerHello, allow legacy ServerHello"
            iconst_0
            anewarray java.lang.Object
            invokestatic sun.security.ssl.SSLLogger.warning:(Ljava/lang/String;[Ljava/lang/Object;)V
        18: .line 521
      StackMap locals:
      StackMap stack:
            aload 3 /* chc */
            getfield sun.security.ssl.ClientHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
            iconst_0
            putfield sun.security.ssl.TransportContext.secureRenegotiation:Z
        19: .line 522
            goto 33
      StackMap locals:
      StackMap stack:
        20: aload 3 /* chc */
            getfield sun.security.ssl.ClientHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
            getfield sun.security.ssl.TransportContext.secureRenegotiation:Z
            ifeq 24
        21: .line 524
            aload 3 /* chc */
            getfield sun.security.ssl.ClientHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
            getstatic sun.security.ssl.Alert.HANDSHAKE_FAILURE:Lsun/security/ssl/Alert;
        22: .line 525
            ldc "Inconsistent secure renegotiation indication"
        23: .line 524
            invokevirtual sun.security.ssl.TransportContext.fatal:(Lsun/security/ssl/Alert;Ljava/lang/String;)Ljavax/net/ssl/SSLException;
            athrow
        24: .line 527
      StackMap locals:
      StackMap stack:
            getstatic sun.security.ssl.HandshakeContext.allowUnsafeRenegotiation:Z
            ifeq 28
        25: .line 528
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 33
            ldc "ssl,handshake"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 33
        26: .line 529
            ldc "Using insecure renegotiation"
            iconst_0
            anewarray java.lang.Object
            invokestatic sun.security.ssl.SSLLogger.warning:(Ljava/lang/String;[Ljava/lang/Object;)V
        27: .line 531
            goto 33
        28: .line 534
      StackMap locals:
      StackMap stack:
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 30
            ldc "ssl,handshake"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 30
        29: .line 535
            ldc "Terminate insecure renegotiation"
            iconst_0
            anewarray java.lang.Object
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
        30: .line 537
      StackMap locals:
      StackMap stack:
            aload 3 /* chc */
            getfield sun.security.ssl.ClientHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
            getstatic sun.security.ssl.Alert.HANDSHAKE_FAILURE:Lsun/security/ssl/Alert;
        31: .line 538
            ldc "Unsafe renegotiation is not allowed"
        32: .line 537
            invokevirtual sun.security.ssl.TransportContext.fatal:(Lsun/security/ssl/Alert;Ljava/lang/String;)Ljavax/net/ssl/SSLException;
            athrow
        33: .line 541
      StackMap locals:
      StackMap stack:
            return
        end local 4 // sun.security.ssl.RenegoInfoExtension$RenegotiationInfoSpec requestedSpec
        end local 3 // sun.security.ssl.ClientHandshakeContext chc
        end local 2 // sun.security.ssl.SSLHandshake$HandshakeMessage message
        end local 1 // sun.security.ssl.ConnectionContext context
        end local 0 // sun.security.ssl.RenegoInfoExtension$SHRenegotiationInfoAbsence this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   34     0           this  Lsun/security/ssl/RenegoInfoExtension$SHRenegotiationInfoAbsence;
            0   34     1        context  Lsun/security/ssl/ConnectionContext;
            0   34     2        message  Lsun/security/ssl/SSLHandshake$HandshakeMessage;
            1   34     3            chc  Lsun/security/ssl/ClientHandshakeContext;
            3   34     4  requestedSpec  Lsun/security/ssl/RenegoInfoExtension$RenegotiationInfoSpec;
    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 SHRenegotiationInfoAbsence = sun.security.ssl.RenegoInfoExtension$SHRenegotiationInfoAbsence of sun.security.ssl.RenegoInfoExtension
  abstract HandshakeMessage = sun.security.ssl.SSLHandshake$HandshakeMessage of sun.security.ssl.SSLHandshake