public class com.sun.net.httpserver.HttpsConfigurator
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.net.httpserver.HttpsConfigurator
  super_class: java.lang.Object
{
  private javax.net.ssl.SSLContext context;
    descriptor: Ljavax/net/ssl/SSLContext;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(javax.net.ssl.SSLContext);
    descriptor: (Ljavax/net/ssl/SSLContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.net.httpserver.HttpsConfigurator this
         0: .line 70
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tjdk.Exported cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.net.httpserver.HttpsConfigurator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/net/httpserver/HttpsConfigurator;
    MethodParameters:
         Name  Flags
      context  

  public javax.net.ssl.SSLContext getSSLContext();
    descriptor: ()Ljavax/net/ssl/SSLContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.net.httpserver.HttpsConfigurator this
         0: .line 91
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.net.httpserver.HttpsConfigurator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/net/httpserver/HttpsConfigurator;

  public void configure(com.sun.net.httpserver.HttpsParameters);
    descriptor: (Lcom/sun/net/httpserver/HttpsParameters;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.net.httpserver.HttpsConfigurator this
         0: .line 113
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.net.httpserver.HttpsConfigurator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/net/httpserver/HttpsConfigurator;
    MethodParameters:
        Name  Flags
      params  
}
SourceFile: "HttpsConfigurator.java"
    RuntimeInvisibleAnnotations: 
      jdk.Exported()