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

  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=4, args_size=3
        start local 0 // sun.security.ssl.ExtendedMasterSecretExtension$CHExtendedMasterSecretAbsence this
        start local 1 // sun.security.ssl.ConnectionContext context
        start local 2 // sun.security.ssl.SSLHandshake$HandshakeMessage message
         0: .line 211
            aload 1 /* context */
            checkcast sun.security.ssl.ServerHandshakeContext
            astore 3 /* shc */
        start local 3 // sun.security.ssl.ServerHandshakeContext shc
         1: .line 214
            aload 3 /* shc */
            getfield sun.security.ssl.ServerHandshakeContext.sslConfig:Lsun/security/ssl/SSLConfiguration;
            getstatic sun.security.ssl.SSLExtension.CH_EXTENDED_MASTER_SECRET:Lsun/security/ssl/SSLExtension;
            invokevirtual sun.security.ssl.SSLConfiguration.isAvailable:(Lsun/security/ssl/SSLExtension;)Z
            ifeq 3
         2: .line 215
            getstatic sun.security.ssl.SSLConfiguration.useExtendedMasterSecret:Z
            ifne 8
         3: .line 216
      StackMap locals: sun.security.ssl.ServerHandshakeContext
      StackMap stack:
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 7
            ldc "ssl,handshake"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 7
         4: .line 217
            new java.lang.StringBuilder
            dup
            ldc "Ignore unavailable extension: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         5: .line 218
            getstatic sun.security.ssl.SSLExtension.CH_EXTENDED_MASTER_SECRET:Lsun/security/ssl/SSLExtension;
            getfield sun.security.ssl.SSLExtension.name:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         6: .line 217
            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
         7: .line 220
      StackMap locals:
      StackMap stack:
            return
         8: .line 223
      StackMap locals:
      StackMap stack:
            aload 3 /* shc */
            getfield sun.security.ssl.ServerHandshakeContext.negotiatedProtocol:Lsun/security/ssl/ProtocolVersion;
            invokevirtual sun.security.ssl.ProtocolVersion.useTLS10PlusSpec:()Z
            ifeq 13
         9: .line 224
            getstatic sun.security.ssl.SSLConfiguration.allowLegacyMasterSecret:Z
            ifne 13
        10: .line 231
            aload 3 /* shc */
            getfield sun.security.ssl.ServerHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
            getstatic sun.security.ssl.Alert.HANDSHAKE_FAILURE:Lsun/security/ssl/Alert;
        11: .line 232
            ldc "Extended Master Secret extension is required"
        12: .line 231
            invokevirtual sun.security.ssl.TransportContext.fatal:(Lsun/security/ssl/Alert;Ljava/lang/String;)Ljavax/net/ssl/SSLException;
            athrow
        13: .line 235
      StackMap locals:
      StackMap stack:
            aload 3 /* shc */
            getfield sun.security.ssl.ServerHandshakeContext.isResumption:Z
            ifeq 27
            aload 3 /* shc */
            getfield sun.security.ssl.ServerHandshakeContext.resumingSession:Lsun/security/ssl/SSLSessionImpl;
            ifnull 27
        14: .line 236
            aload 3 /* shc */
            getfield sun.security.ssl.ServerHandshakeContext.resumingSession:Lsun/security/ssl/SSLSessionImpl;
            getfield sun.security.ssl.SSLSessionImpl.useExtendedMasterSecret:Z
            ifeq 18
        15: .line 241
            aload 3 /* shc */
            getfield sun.security.ssl.ServerHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
            getstatic sun.security.ssl.Alert.HANDSHAKE_FAILURE:Lsun/security/ssl/Alert;
        16: .line 242
            ldc "Missing Extended Master Secret extension on session resumption"
        17: .line 241
            invokevirtual sun.security.ssl.TransportContext.fatal:(Lsun/security/ssl/Alert;Ljava/lang/String;)Ljavax/net/ssl/SSLException;
            athrow
        18: .line 248
      StackMap locals:
      StackMap stack:
            getstatic sun.security.ssl.SSLConfiguration.allowLegacyResumption:Z
            ifne 22
        19: .line 249
            aload 3 /* shc */
            getfield sun.security.ssl.ServerHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
            getstatic sun.security.ssl.Alert.HANDSHAKE_FAILURE:Lsun/security/ssl/Alert;
        20: .line 250
            ldc "Missing Extended Master Secret extension on session resumption"
        21: .line 249
            invokevirtual sun.security.ssl.TransportContext.fatal:(Lsun/security/ssl/Alert;Ljava/lang/String;)Ljavax/net/ssl/SSLException;
            athrow
        22: .line 253
      StackMap locals:
      StackMap stack:
            aload 3 /* shc */
            iconst_0
            putfield sun.security.ssl.ServerHandshakeContext.isResumption:Z
        23: .line 254
            aload 3 /* shc */
            aconst_null
            putfield sun.security.ssl.ServerHandshakeContext.resumingSession:Lsun/security/ssl/SSLSessionImpl;
        24: .line 255
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 27
            ldc "ssl,handshake"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 27
        25: .line 257
            ldc "abort session resumption, missing Extended Master Secret extension"
            iconst_0
            anewarray java.lang.Object
        26: .line 256
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
        27: .line 263
      StackMap locals:
      StackMap stack:
            return
        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.ExtendedMasterSecretExtension$CHExtendedMasterSecretAbsence this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   28     0     this  Lsun/security/ssl/ExtendedMasterSecretExtension$CHExtendedMasterSecretAbsence;
            0   28     1  context  Lsun/security/ssl/ConnectionContext;
            0   28     2  message  Lsun/security/ssl/SSLHandshake$HandshakeMessage;
            1   28     3      shc  Lsun/security/ssl/ServerHandshakeContext;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      context  
      message  
}
SourceFile: "ExtendedMasterSecretExtension.java"
NestHost: sun.security.ssl.ExtendedMasterSecretExtension
InnerClasses:
  private final CHExtendedMasterSecretAbsence = sun.security.ssl.ExtendedMasterSecretExtension$CHExtendedMasterSecretAbsence of sun.security.ssl.ExtendedMasterSecretExtension
  abstract HandshakeMessage = sun.security.ssl.SSLHandshake$HandshakeMessage of sun.security.ssl.SSLHandshake