public class io.vertx.core.net.PfxOptions implements io.vertx.core.net.KeyCertOptions, io.vertx.core.net.TrustOptions, java.lang.Cloneable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.core.net.PfxOptions
  super_class: java.lang.Object
{
  private java.lang.String password;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String path;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.core.buffer.Buffer value;
    descriptor: Lio/vertx/core/buffer/Buffer;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.PfxOptions this
         0: .line 53
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 54
            return
        end local 0 // io.vertx.core.net.PfxOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/net/PfxOptions;

  public void <init>(io.vertx.core.net.PfxOptions);
    descriptor: (Lio/vertx/core/net/PfxOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.PfxOptions this
        start local 1 // io.vertx.core.net.PfxOptions other
         0: .line 62
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 63
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.net.PfxOptions.getPassword:()Ljava/lang/String;
            putfield io.vertx.core.net.PfxOptions.password:Ljava/lang/String;
         2: .line 64
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.net.PfxOptions.getPath:()Ljava/lang/String;
            putfield io.vertx.core.net.PfxOptions.path:Ljava/lang/String;
         3: .line 65
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.core.net.PfxOptions.getValue:()Lio/vertx/core/buffer/Buffer;
            putfield io.vertx.core.net.PfxOptions.value:Lio/vertx/core/buffer/Buffer;
         4: .line 66
            return
        end local 1 // io.vertx.core.net.PfxOptions other
        end local 0 // io.vertx.core.net.PfxOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lio/vertx/core/net/PfxOptions;
            0    5     1  other  Lio/vertx/core/net/PfxOptions;
    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.PfxOptions this
        start local 1 // io.vertx.core.json.JsonObject json
         0: .line 74
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 75
            aload 1 /* json */
            aload 0 /* this */
            invokestatic io.vertx.core.net.PfxOptionsConverter.fromJson:(Ljava/lang/Iterable;Lio/vertx/core/net/PfxOptions;)V
         2: .line 76
            return
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.core.net.PfxOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/net/PfxOptions;
            0    3     1  json  Lio/vertx/core/json/JsonObject;
    MethodParameters:
      Name  Flags
      json  

  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.PfxOptions this
         0: .line 84
            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 85
            aload 0 /* this */
            aload 1 /* json */
            invokestatic io.vertx.core.net.PfxOptionsConverter.toJson:(Lio/vertx/core/net/PfxOptions;Lio/vertx/core/json/JsonObject;)V
         2: .line 86
            aload 1 /* json */
            areturn
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.core.net.PfxOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/net/PfxOptions;
            1    3     1  json  Lio/vertx/core/json/JsonObject;

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

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

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

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

  public io.vertx.core.buffer.Buffer getValue();
    descriptor: ()Lio/vertx/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.PfxOptions this
         0: .line 135
            aload 0 /* this */
            getfield io.vertx.core.net.PfxOptions.value:Lio/vertx/core/buffer/Buffer;
            areturn
        end local 0 // io.vertx.core.net.PfxOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/PfxOptions;

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

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.core.net.PfxOptions this
        start local 1 // java.lang.Object o
         0: .line 151
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 2
         1: .line 152
            iconst_1
            ireturn
         2: .line 154
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            instanceof io.vertx.core.net.PfxOptions
            ifne 4
         3: .line 155
            iconst_0
            ireturn
         4: .line 158
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.core.net.PfxOptions
            astore 2 /* that */
        start local 2 // io.vertx.core.net.PfxOptions that
         5: .line 159
            aload 0 /* this */
            getfield io.vertx.core.net.PfxOptions.password:Ljava/lang/String;
            ifnull 6
            aload 0 /* this */
            getfield io.vertx.core.net.PfxOptions.password:Ljava/lang/String;
            aload 2 /* that */
            getfield io.vertx.core.net.PfxOptions.password:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 8
            goto 7
      StackMap locals: io.vertx.core.net.PfxOptions
      StackMap stack:
         6: aload 2 /* that */
            getfield io.vertx.core.net.PfxOptions.password:Ljava/lang/String;
            ifnull 8
         7: .line 160
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         8: .line 162
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.net.PfxOptions.path:Ljava/lang/String;
            ifnull 9
            aload 0 /* this */
            getfield io.vertx.core.net.PfxOptions.path:Ljava/lang/String;
            aload 2 /* that */
            getfield io.vertx.core.net.PfxOptions.path:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 11
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2 /* that */
            getfield io.vertx.core.net.PfxOptions.path:Ljava/lang/String;
            ifnull 11
        10: .line 163
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        11: .line 165
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.net.PfxOptions.value:Lio/vertx/core/buffer/Buffer;
            ifnull 12
            aload 0 /* this */
            getfield io.vertx.core.net.PfxOptions.value:Lio/vertx/core/buffer/Buffer;
            aload 2 /* that */
            getfield io.vertx.core.net.PfxOptions.value:Lio/vertx/core/buffer/Buffer;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 14
            goto 13
      StackMap locals:
      StackMap stack:
        12: aload 2 /* that */
            getfield io.vertx.core.net.PfxOptions.value:Lio/vertx/core/buffer/Buffer;
            ifnull 14
        13: .line 166
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        14: .line 169
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // io.vertx.core.net.PfxOptions that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.core.net.PfxOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lio/vertx/core/net/PfxOptions;
            0   15     1     o  Ljava/lang/Object;
            5   15     2  that  Lio/vertx/core/net/PfxOptions;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.vertx.core.net.PfxOptions this
         0: .line 174
            iconst_1
            istore 1 /* result */
        start local 1 // int result
         1: .line 175
            iload 1 /* result */
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.net.PfxOptions.password:Ljava/lang/String;
            ifnull 2
            aload 0 /* this */
            getfield io.vertx.core.net.PfxOptions.password:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            goto 3
      StackMap locals: io.vertx.core.net.PfxOptions int
      StackMap stack: int int
         2: iconst_0
      StackMap locals: io.vertx.core.net.PfxOptions int
      StackMap stack: int int int
         3: iadd
            iadd
            istore 1 /* result */
         4: .line 176
            iload 1 /* result */
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.net.PfxOptions.path:Ljava/lang/String;
            ifnull 5
            aload 0 /* this */
            getfield io.vertx.core.net.PfxOptions.path:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            goto 6
      StackMap locals: io.vertx.core.net.PfxOptions int
      StackMap stack: int int
         5: iconst_0
      StackMap locals: io.vertx.core.net.PfxOptions int
      StackMap stack: int int int
         6: iadd
            iadd
            istore 1 /* result */
         7: .line 177
            iload 1 /* result */
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.net.PfxOptions.value:Lio/vertx/core/buffer/Buffer;
            ifnull 8
            aload 0 /* this */
            getfield io.vertx.core.net.PfxOptions.value:Lio/vertx/core/buffer/Buffer;
            invokevirtual java.lang.Object.hashCode:()I
            goto 9
      StackMap locals: io.vertx.core.net.PfxOptions int
      StackMap stack: int int
         8: iconst_0
      StackMap locals: io.vertx.core.net.PfxOptions int
      StackMap stack: int int int
         9: iadd
            iadd
            istore 1 /* result */
        10: .line 178
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // io.vertx.core.net.PfxOptions this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Lio/vertx/core/net/PfxOptions;
            1   11     1  result  I

  public io.vertx.core.net.PfxOptions copy();
    descriptor: ()Lio/vertx/core/net/PfxOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.PfxOptions this
         0: .line 183
            aload 0 /* this */
            invokevirtual io.vertx.core.net.PfxOptions.clone:()Lio/vertx/core/net/PfxOptions;
            areturn
        end local 0 // io.vertx.core.net.PfxOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/PfxOptions;

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

  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.PfxOptions.copy:()Lio/vertx/core/net/PfxOptions;
            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.PfxOptions.copy:()Lio/vertx/core/net/PfxOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.KeyCertOptions clone();
    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.PfxOptions.clone:()Lio/vertx/core/net/PfxOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.TrustOptions clone();
    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.PfxOptions.clone:()Lio/vertx/core/net/PfxOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    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.PfxOptions.clone:()Lio/vertx/core/net/PfxOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.CloneNotSupportedException
}
SourceFile: "PfxOptions.java"
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.DataObject(generateConverter = true, publicConverter = false)