final class sun.security.ssl.EncryptedExtensions
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.security.ssl.EncryptedExtensions
  super_class: java.lang.Object
{
  static final sun.security.ssl.HandshakeProducer handshakeProducer;
    descriptor: Lsun/security/ssl/HandshakeProducer;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final sun.security.ssl.SSLConsumer handshakeConsumer;
    descriptor: Lsun/security/ssl/SSLConsumer;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 39
            new sun.security.ssl.EncryptedExtensions$EncryptedExtensionsProducer
            dup
            invokespecial sun.security.ssl.EncryptedExtensions$EncryptedExtensionsProducer.<init>:()V
         1: .line 38
            putstatic sun.security.ssl.EncryptedExtensions.handshakeProducer:Lsun/security/ssl/HandshakeProducer;
         2: .line 41
            new sun.security.ssl.EncryptedExtensions$EncryptedExtensionsConsumer
            dup
            invokespecial sun.security.ssl.EncryptedExtensions$EncryptedExtensionsConsumer.<init>:()V
         3: .line 40
            putstatic sun.security.ssl.EncryptedExtensions.handshakeConsumer:Lsun/security/ssl/SSLConsumer;
         4: .line 41
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.EncryptedExtensions this
         0: .line 37
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.security.ssl.EncryptedExtensions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/EncryptedExtensions;
}
SourceFile: "EncryptedExtensions.java"
NestMembers:
  sun.security.ssl.EncryptedExtensions$EncryptedExtensionsConsumer  sun.security.ssl.EncryptedExtensions$EncryptedExtensionsMessage  sun.security.ssl.EncryptedExtensions$EncryptedExtensionsProducer
InnerClasses:
  private final EncryptedExtensionsConsumer = sun.security.ssl.EncryptedExtensions$EncryptedExtensionsConsumer of sun.security.ssl.EncryptedExtensions
  final EncryptedExtensionsMessage = sun.security.ssl.EncryptedExtensions$EncryptedExtensionsMessage of sun.security.ssl.EncryptedExtensions
  private final EncryptedExtensionsProducer = sun.security.ssl.EncryptedExtensions$EncryptedExtensionsProducer of sun.security.ssl.EncryptedExtensions