public class io.vertx.core.net.KeyStoreOptions 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.KeyStoreOptions
  super_class: io.vertx.core.net.KeyStoreOptionsBase
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.KeyStoreOptions this
         0: .line 58
            aload 0 /* this */
            invokespecial io.vertx.core.net.KeyStoreOptionsBase.<init>:()V
         1: .line 59
            return
        end local 0 // io.vertx.core.net.KeyStoreOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/net/KeyStoreOptions;

  public void <init>(io.vertx.core.net.KeyStoreOptions);
    descriptor: (Lio/vertx/core/net/KeyStoreOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.KeyStoreOptions this
        start local 1 // io.vertx.core.net.KeyStoreOptions other
         0: .line 67
            aload 0 /* this */
            aload 1 /* other */
            invokespecial io.vertx.core.net.KeyStoreOptionsBase.<init>:(Lio/vertx/core/net/KeyStoreOptionsBase;)V
         1: .line 68
            return
        end local 1 // io.vertx.core.net.KeyStoreOptions other
        end local 0 // io.vertx.core.net.KeyStoreOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/core/net/KeyStoreOptions;
            0    2     1  other  Lio/vertx/core/net/KeyStoreOptions;
    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.KeyStoreOptions this
        start local 1 // io.vertx.core.json.JsonObject json
         0: .line 76
            aload 0 /* this */
            invokespecial io.vertx.core.net.KeyStoreOptions.<init>:()V
         1: .line 77
            aload 1 /* json */
            aload 0 /* this */
            invokestatic io.vertx.core.net.KeyStoreOptionsConverter.fromJson:(Ljava/lang/Iterable;Lio/vertx/core/net/KeyStoreOptions;)V
         2: .line 78
            return
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.core.net.KeyStoreOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/net/KeyStoreOptions;
            0    3     1  json  Lio/vertx/core/json/JsonObject;
    MethodParameters:
      Name  Flags
      json  

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

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

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

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

  public io.vertx.core.net.KeyStoreOptions setPassword(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/net/KeyStoreOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.KeyStoreOptions this
        start local 1 // java.lang.String password
         0: .line 116
            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.KeyStoreOptions
            areturn
        end local 1 // java.lang.String password
        end local 0 // io.vertx.core.net.KeyStoreOptions this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/vertx/core/net/KeyStoreOptions;
            0    1     1  password  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      password  

  public io.vertx.core.net.KeyStoreOptions setPath(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/net/KeyStoreOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.KeyStoreOptions this
        start local 1 // java.lang.String path
         0: .line 121
            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.KeyStoreOptions
            areturn
        end local 1 // java.lang.String path
        end local 0 // io.vertx.core.net.KeyStoreOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/KeyStoreOptions;
            0    1     1  path  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      path  

  public io.vertx.core.net.KeyStoreOptions setValue(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/net/KeyStoreOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.KeyStoreOptions this
        start local 1 // io.vertx.core.buffer.Buffer value
         0: .line 126
            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.KeyStoreOptions
            areturn
        end local 1 // io.vertx.core.buffer.Buffer value
        end local 0 // io.vertx.core.net.KeyStoreOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/core/net/KeyStoreOptions;
            0    1     1  value  Lio/vertx/core/buffer/Buffer;
    MethodParameters:
       Name  Flags
      value  

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

  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.KeyStoreOptions this
         0: .line 140
            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 141
            aload 0 /* this */
            aload 1 /* json */
            invokestatic io.vertx.core.net.KeyStoreOptionsConverter.toJson:(Lio/vertx/core/net/KeyStoreOptions;Lio/vertx/core/json/JsonObject;)V
         2: .line 142
            aload 1 /* json */
            areturn
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.core.net.KeyStoreOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/net/KeyStoreOptions;
            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.KeyStoreOptions.setPath:(Ljava/lang/String;)Lio/vertx/core/net/KeyStoreOptions;
            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.KeyStoreOptions.copy:()Lio/vertx/core/net/KeyStoreOptions;
            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.KeyStoreOptions.copy:()Lio/vertx/core/net/KeyStoreOptions;
            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.KeyStoreOptions.copy:()Lio/vertx/core/net/KeyStoreOptions;
            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.KeyStoreOptions.setPassword:(Ljava/lang/String;)Lio/vertx/core/net/KeyStoreOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.KeyStoreOptionsBase setProvider(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.KeyStoreOptions.setProvider:(Ljava/lang/String;)Lio/vertx/core/net/KeyStoreOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.KeyStoreOptionsBase setType(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.KeyStoreOptions.setType:(Ljava/lang/String;)Lio/vertx/core/net/KeyStoreOptions;
            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.KeyStoreOptions.setValue:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/net/KeyStoreOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "KeyStoreOptions.java"
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.DataObject(generateConverter = true)