public class io.vertx.groovy.core.net.SelfSignedCertificate_GroovyExtension
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.groovy.core.net.SelfSignedCertificate_GroovyExtension
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.groovy.core.net.SelfSignedCertificate_GroovyExtension this
         0: .line 2
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.groovy.core.net.SelfSignedCertificate_GroovyExtension this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/groovy/core/net/SelfSignedCertificate_GroovyExtension;

  public static java.util.Map<java.lang.String, java.lang.Object> keyCertOptions(io.vertx.core.net.SelfSignedCertificate);
    descriptor: (Lio/vertx/core/net/SelfSignedCertificate;)Ljava/util/Map;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.SelfSignedCertificate j_receiver
         0: .line 4
            aload 0 /* j_receiver */
            invokeinterface io.vertx.core.net.SelfSignedCertificate.keyCertOptions:()Lio/vertx/core/net/PemKeyCertOptions;
            ifnull 1
            aload 0 /* j_receiver */
            invokeinterface io.vertx.core.net.SelfSignedCertificate.keyCertOptions:()Lio/vertx/core/net/PemKeyCertOptions;
            invokevirtual io.vertx.core.net.PemKeyCertOptions.toJson:()Lio/vertx/core/json/JsonObject;
            invokestatic io.vertx.core.impl.ConversionHelper.fromJsonObject:(Lio/vertx/core/json/JsonObject;)Ljava/util/Map;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: java.util.Map
         2: areturn
        end local 0 // io.vertx.core.net.SelfSignedCertificate j_receiver
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0  j_receiver  Lio/vertx/core/net/SelfSignedCertificate;
    Signature: (Lio/vertx/core/net/SelfSignedCertificate;)Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    MethodParameters:
            Name  Flags
      j_receiver  

  public static java.util.Map<java.lang.String, java.lang.Object> trustOptions(io.vertx.core.net.SelfSignedCertificate);
    descriptor: (Lio/vertx/core/net/SelfSignedCertificate;)Ljava/util/Map;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.SelfSignedCertificate j_receiver
         0: .line 7
            aload 0 /* j_receiver */
            invokeinterface io.vertx.core.net.SelfSignedCertificate.trustOptions:()Lio/vertx/core/net/PemTrustOptions;
            ifnull 1
            aload 0 /* j_receiver */
            invokeinterface io.vertx.core.net.SelfSignedCertificate.trustOptions:()Lio/vertx/core/net/PemTrustOptions;
            invokevirtual io.vertx.core.net.PemTrustOptions.toJson:()Lio/vertx/core/json/JsonObject;
            invokestatic io.vertx.core.impl.ConversionHelper.fromJsonObject:(Lio/vertx/core/json/JsonObject;)Ljava/util/Map;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: java.util.Map
         2: areturn
        end local 0 // io.vertx.core.net.SelfSignedCertificate j_receiver
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0  j_receiver  Lio/vertx/core/net/SelfSignedCertificate;
    Signature: (Lio/vertx/core/net/SelfSignedCertificate;)Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    MethodParameters:
            Name  Flags
      j_receiver  
}
SourceFile: "SelfSignedCertificate_GroovyExtension.java"