abstract class sun.security.ssl.HandshakeMessage$ServerKeyExchange extends sun.security.ssl.HandshakeMessage
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: sun.security.ssl.HandshakeMessage$ServerKeyExchange
  super_class: sun.security.ssl.HandshakeMessage
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.HandshakeMessage$ServerKeyExchange this
         0: .line 515
            aload 0 /* this */
            invokespecial sun.security.ssl.HandshakeMessage.<init>:()V
            return
        end local 0 // sun.security.ssl.HandshakeMessage$ServerKeyExchange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/HandshakeMessage$ServerKeyExchange;

  int messageType();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.HandshakeMessage$ServerKeyExchange this
         0: .line 517
            bipush 12
            ireturn
        end local 0 // sun.security.ssl.HandshakeMessage$ServerKeyExchange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/HandshakeMessage$ServerKeyExchange;
}
SourceFile: "HandshakeMessage.java"
NestHost: sun.security.ssl.HandshakeMessage
InnerClasses:
  abstract ServerKeyExchange = sun.security.ssl.HandshakeMessage$ServerKeyExchange of sun.security.ssl.HandshakeMessage