public class io.vertx.core.net.JksOptions extends io.vertx.core.net.KeyStoreOptionsBase
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.core.net.JksOptions
  super_class: io.vertx.core.net.KeyStoreOptionsBase
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.net.JksOptions this
         0: .line 31
            aload 0 /* this */
            invokespecial io.vertx.core.net.KeyStoreOptionsBase.<init>:()V
         1: .line 32
            aload 0 /* this */
            ldc "JKS"
            invokevirtual io.vertx.core.net.JksOptions.setType:(Ljava/lang/String;)Lio/vertx/core/net/KeyStoreOptionsBase;
            pop
         2: .line 33
            return
        end local 0 // io.vertx.core.net.JksOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/net/JksOptions;

  public void <init>(io.vertx.core.net.JksOptions);
    descriptor: (Lio/vertx/core/net/JksOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.JksOptions this
        start local 1 // io.vertx.core.net.JksOptions other
         0: .line 41
            aload 0 /* this */
            aload 1 /* other */
            invokespecial io.vertx.core.net.KeyStoreOptionsBase.<init>:(Lio/vertx/core/net/KeyStoreOptionsBase;)V
         1: .line 42
            return
        end local 1 // io.vertx.core.net.JksOptions other
        end local 0 // io.vertx.core.net.JksOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/core/net/JksOptions;
            0    2     1  other  Lio/vertx/core/net/JksOptions;
    MethodParameters:
       Name  Flags
      other  

  public void <init>(io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/json/JsonObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.JksOptions this
        start local 1 // io.vertx.core.json.JsonObject json
         0: .line 50
            aload 0 /* this */
            invokespecial io.vertx.core.net.JksOptions.<init>:()V
         1: .line 51
            aload 1 /* json */
            aload 0 /* this */
            invokestatic io.vertx.core.net.JksOptionsConverter.fromJson:(Ljava/lang/Iterable;Lio/vertx/core/net/JksOptions;)V
         2: .line 52
            return
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.core.net.JksOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/net/JksOptions;
            0    3     1  json  Lio/vertx/core/json/JsonObject;
    MethodParameters:
      Name  Flags
      json  

  public io.vertx.core.net.JksOptions setPassword(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/net/JksOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.JksOptions this
        start local 1 // java.lang.String password
         0: .line 55
            aload 0 /* this */
            aload 1 /* password */
            invokespecial io.vertx.core.net.KeyStoreOptionsBase.setPassword:(Ljava/lang/String;)Lio/vertx/core/net/KeyStoreOptionsBase;
            checkcast io.vertx.core.net.JksOptions
            areturn
        end local 1 // java.lang.String password
        end local 0 // io.vertx.core.net.JksOptions this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/vertx/core/net/JksOptions;
            0    1     1  password  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      password  

  public io.vertx.core.net.JksOptions setPath(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/net/JksOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.JksOptions this
        start local 1 // java.lang.String path
         0: .line 59
            aload 0 /* this */
            aload 1 /* path */
            invokespecial io.vertx.core.net.KeyStoreOptionsBase.setPath:(Ljava/lang/String;)Lio/vertx/core/net/KeyStoreOptionsBase;
            checkcast io.vertx.core.net.JksOptions
            areturn
        end local 1 // java.lang.String path
        end local 0 // io.vertx.core.net.JksOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/JksOptions;
            0    1     1  path  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      path  

  public io.vertx.core.net.JksOptions setValue(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/net/JksOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.JksOptions this
        start local 1 // io.vertx.core.buffer.Buffer value
         0: .line 69
            aload 0 /* this */
            aload 1 /* value */
            invokespecial io.vertx.core.net.KeyStoreOptionsBase.setValue:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/net/KeyStoreOptionsBase;
            checkcast io.vertx.core.net.JksOptions
            areturn
        end local 1 // io.vertx.core.buffer.Buffer value
        end local 0 // io.vertx.core.net.JksOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/core/net/JksOptions;
            0    1     1  value  Lio/vertx/core/buffer/Buffer;
    MethodParameters:
       Name  Flags
      value  

  public io.vertx.core.net.JksOptions copy();
    descriptor: ()Lio/vertx/core/net/JksOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.net.JksOptions this
         0: .line 73
            new io.vertx.core.net.JksOptions
            dup
            aload 0 /* this */
            invokespecial io.vertx.core.net.JksOptions.<init>:(Lio/vertx/core/net/JksOptions;)V
            areturn
        end local 0 // io.vertx.core.net.JksOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/JksOptions;

  public io.vertx.core.json.JsonObject toJson();
    descriptor: ()Lio/vertx/core/json/JsonObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.core.net.JksOptions this
         0: .line 82
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            astore 1 /* json */
        start local 1 // io.vertx.core.json.JsonObject json
         1: .line 83
            aload 0 /* this */
            aload 1 /* json */
            invokestatic io.vertx.core.net.JksOptionsConverter.toJson:(Lio/vertx/core/net/JksOptions;Lio/vertx/core/json/JsonObject;)V
         2: .line 84
            aload 1 /* json */
            areturn
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.core.net.JksOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/net/JksOptions;
            1    3     1  json  Lio/vertx/core/json/JsonObject;

  public io.vertx.core.net.KeyStoreOptionsBase setPath(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/net/KeyStoreOptionsBase;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.net.JksOptions.setPath:(Ljava/lang/String;)Lio/vertx/core/net/JksOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.KeyStoreOptionsBase copy();
    descriptor: ()Lio/vertx/core/net/KeyStoreOptionsBase;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.core.net.JksOptions.copy:()Lio/vertx/core/net/JksOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.KeyCertOptions copy();
    descriptor: ()Lio/vertx/core/net/KeyCertOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.core.net.JksOptions.copy:()Lio/vertx/core/net/JksOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TrustOptions copy();
    descriptor: ()Lio/vertx/core/net/TrustOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.core.net.JksOptions.copy:()Lio/vertx/core/net/JksOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.KeyStoreOptionsBase setPassword(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/net/KeyStoreOptionsBase;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.net.JksOptions.setPassword:(Ljava/lang/String;)Lio/vertx/core/net/JksOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.KeyStoreOptionsBase setValue(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/net/KeyStoreOptionsBase;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.net.JksOptions.setValue:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/net/JksOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "JksOptions.java"
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.DataObject(generateConverter = true)