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

  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=2, locals=4, args_size=3
        start local 0 // sun.security.ssl.PreSharedKeyExtension$CHPreSharedKeyOnLoadAbsence this
        start local 1 // sun.security.ssl.ConnectionContext context
        start local 2 // sun.security.ssl.SSLHandshake$HandshakeMessage message
         0: .line 833
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 3
            ldc "ssl,handshake"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 3
         1: .line 835
            ldc "Handling pre_shared_key absence."
            iconst_0
            anewarray java.lang.Object
         2: .line 834
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
         3: .line 838
      StackMap locals:
      StackMap stack:
            aload 1 /* context */
            checkcast sun.security.ssl.ServerHandshakeContext
            astore 3 /* shc */
        start local 3 // sun.security.ssl.ServerHandshakeContext shc
         4: .line 841
            aload 3 /* shc */
            aconst_null
            putfield sun.security.ssl.ServerHandshakeContext.resumingSession:Lsun/security/ssl/SSLSessionImpl;
         5: .line 842
            aload 3 /* shc */
            iconst_0
            putfield sun.security.ssl.ServerHandshakeContext.isResumption:Z
         6: .line 843
            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.PreSharedKeyExtension$CHPreSharedKeyOnLoadAbsence this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lsun/security/ssl/PreSharedKeyExtension$CHPreSharedKeyOnLoadAbsence;
            0    7     1  context  Lsun/security/ssl/ConnectionContext;
            0    7     2  message  Lsun/security/ssl/SSLHandshake$HandshakeMessage;
            4    7     3      shc  Lsun/security/ssl/ServerHandshakeContext;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      context  
      message  
}
SourceFile: "PreSharedKeyExtension.java"
NestHost: sun.security.ssl.PreSharedKeyExtension
InnerClasses:
  private final CHPreSharedKeyOnLoadAbsence = sun.security.ssl.PreSharedKeyExtension$CHPreSharedKeyOnLoadAbsence of sun.security.ssl.PreSharedKeyExtension
  abstract HandshakeMessage = sun.security.ssl.SSLHandshake$HandshakeMessage of sun.security.ssl.SSLHandshake