public class io.vertx.core.net.PemKeyCertOptions implements io.vertx.core.net.KeyCertOptions, java.lang.Cloneable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.core.net.PemKeyCertOptions
  super_class: java.lang.Object
{
  private java.util.List<java.lang.String> keyPaths;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/lang/String;>;

  private java.util.List<io.vertx.core.buffer.Buffer> keyValues;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lio/vertx/core/buffer/Buffer;>;

  private java.util.List<java.lang.String> certPaths;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/lang/String;>;

  private java.util.List<io.vertx.core.buffer.Buffer> certValues;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lio/vertx/core/buffer/Buffer;>;

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

  private void init();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.net.PemKeyCertOptions this
         0: .line 107
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield io.vertx.core.net.PemKeyCertOptions.keyPaths:Ljava/util/List;
         1: .line 108
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield io.vertx.core.net.PemKeyCertOptions.keyValues:Ljava/util/List;
         2: .line 109
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield io.vertx.core.net.PemKeyCertOptions.certPaths:Ljava/util/List;
         3: .line 110
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield io.vertx.core.net.PemKeyCertOptions.certValues:Ljava/util/List;
         4: .line 111
            return
        end local 0 // io.vertx.core.net.PemKeyCertOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/core/net/PemKeyCertOptions;

  public void <init>(io.vertx.core.net.PemKeyCertOptions);
    descriptor: (Lio/vertx/core/net/PemKeyCertOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.core.net.PemKeyCertOptions this
        start local 1 // io.vertx.core.net.PemKeyCertOptions other
         0: .line 119
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 120
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.net.PemKeyCertOptions.keyPaths:Ljava/util/List;
            ifnull 2
            new java.util.ArrayList
            dup
            aload 1 /* other */
            getfield io.vertx.core.net.PemKeyCertOptions.keyPaths:Ljava/util/List;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            goto 3
      StackMap locals: io.vertx.core.net.PemKeyCertOptions io.vertx.core.net.PemKeyCertOptions
      StackMap stack: io.vertx.core.net.PemKeyCertOptions
         2: new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
      StackMap locals: io.vertx.core.net.PemKeyCertOptions io.vertx.core.net.PemKeyCertOptions
      StackMap stack: io.vertx.core.net.PemKeyCertOptions java.util.ArrayList
         3: putfield io.vertx.core.net.PemKeyCertOptions.keyPaths:Ljava/util/List;
         4: .line 121
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.net.PemKeyCertOptions.keyValues:Ljava/util/List;
            ifnull 5
            new java.util.ArrayList
            dup
            aload 1 /* other */
            getfield io.vertx.core.net.PemKeyCertOptions.keyValues:Ljava/util/List;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            goto 6
      StackMap locals:
      StackMap stack: io.vertx.core.net.PemKeyCertOptions
         5: new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
      StackMap locals: io.vertx.core.net.PemKeyCertOptions io.vertx.core.net.PemKeyCertOptions
      StackMap stack: io.vertx.core.net.PemKeyCertOptions java.util.ArrayList
         6: putfield io.vertx.core.net.PemKeyCertOptions.keyValues:Ljava/util/List;
         7: .line 122
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.net.PemKeyCertOptions.certPaths:Ljava/util/List;
            ifnull 8
            new java.util.ArrayList
            dup
            aload 1 /* other */
            getfield io.vertx.core.net.PemKeyCertOptions.certPaths:Ljava/util/List;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            goto 9
      StackMap locals:
      StackMap stack: io.vertx.core.net.PemKeyCertOptions
         8: new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
      StackMap locals: io.vertx.core.net.PemKeyCertOptions io.vertx.core.net.PemKeyCertOptions
      StackMap stack: io.vertx.core.net.PemKeyCertOptions java.util.ArrayList
         9: putfield io.vertx.core.net.PemKeyCertOptions.certPaths:Ljava/util/List;
        10: .line 123
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.net.PemKeyCertOptions.certValues:Ljava/util/List;
            ifnull 11
            new java.util.ArrayList
            dup
            aload 1 /* other */
            getfield io.vertx.core.net.PemKeyCertOptions.certValues:Ljava/util/List;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            goto 12
      StackMap locals:
      StackMap stack: io.vertx.core.net.PemKeyCertOptions
        11: new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
      StackMap locals: io.vertx.core.net.PemKeyCertOptions io.vertx.core.net.PemKeyCertOptions
      StackMap stack: io.vertx.core.net.PemKeyCertOptions java.util.ArrayList
        12: putfield io.vertx.core.net.PemKeyCertOptions.certValues:Ljava/util/List;
        13: .line 124
            return
        end local 1 // io.vertx.core.net.PemKeyCertOptions other
        end local 0 // io.vertx.core.net.PemKeyCertOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   14     0   this  Lio/vertx/core/net/PemKeyCertOptions;
            0   14     1  other  Lio/vertx/core/net/PemKeyCertOptions;
    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.PemKeyCertOptions this
        start local 1 // io.vertx.core.json.JsonObject json
         0: .line 132
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 133
            aload 0 /* this */
            invokevirtual io.vertx.core.net.PemKeyCertOptions.init:()V
         2: .line 134
            aload 1 /* json */
            aload 0 /* this */
            invokestatic io.vertx.core.net.PemKeyCertOptionsConverter.fromJson:(Ljava/lang/Iterable;Lio/vertx/core/net/PemKeyCertOptions;)V
         3: .line 135
            return
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.core.net.PemKeyCertOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/core/net/PemKeyCertOptions;
            0    4     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.PemKeyCertOptions this
         0: .line 143
            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 144
            aload 0 /* this */
            aload 1 /* json */
            invokestatic io.vertx.core.net.PemKeyCertOptionsConverter.toJson:(Lio/vertx/core/net/PemKeyCertOptions;Lio/vertx/core/json/JsonObject;)V
         2: .line 145
            aload 1 /* json */
            areturn
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.core.net.PemKeyCertOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/net/PemKeyCertOptions;
            1    3     1  json  Lio/vertx/core/json/JsonObject;

  public java.lang.String getKeyPath();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.net.PemKeyCertOptions this
         0: .line 155
            aload 0 /* this */
            getfield io.vertx.core.net.PemKeyCertOptions.keyPaths:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 1
            aconst_null
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield io.vertx.core.net.PemKeyCertOptions.keyPaths:Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast java.lang.String
      StackMap locals:
      StackMap stack: java.lang.String
         2: areturn
        end local 0 // io.vertx.core.net.PemKeyCertOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/net/PemKeyCertOptions;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore()

  public io.vertx.core.net.PemKeyCertOptions setKeyPath(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/net/PemKeyCertOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.PemKeyCertOptions this
        start local 1 // java.lang.String keyPath
         0: .line 165
            aload 0 /* this */
            getfield io.vertx.core.net.PemKeyCertOptions.keyPaths:Ljava/util/List;
            invokeinterface java.util.List.clear:()V
         1: .line 166
            aload 1 /* keyPath */
            ifnull 3
         2: .line 167
            aload 0 /* this */
            getfield io.vertx.core.net.PemKeyCertOptions.keyPaths:Ljava/util/List;
            aload 1 /* keyPath */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         3: .line 169
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String keyPath
        end local 0 // io.vertx.core.net.PemKeyCertOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/vertx/core/net/PemKeyCertOptions;
            0    4     1  keyPath  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      keyPath  

  public java.util.List<java.lang.String> getKeyPaths();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.PemKeyCertOptions this
         0: .line 178
            aload 0 /* this */
            getfield io.vertx.core.net.PemKeyCertOptions.keyPaths:Ljava/util/List;
            areturn
        end local 0 // io.vertx.core.net.PemKeyCertOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/PemKeyCertOptions;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  public io.vertx.core.net.PemKeyCertOptions setKeyPaths(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/vertx/core/net/PemKeyCertOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.PemKeyCertOptions this
        start local 1 // java.util.List keyPaths
         0: .line 188
            aload 0 /* this */
            getfield io.vertx.core.net.PemKeyCertOptions.keyPaths:Ljava/util/List;
            invokeinterface java.util.List.clear:()V
         1: .line 189
            aload 0 /* this */
            getfield io.vertx.core.net.PemKeyCertOptions.keyPaths:Ljava/util/List;
            aload 1 /* keyPaths */
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
         2: .line 190
            aload 0 /* this */
            areturn
        end local 1 // java.util.List keyPaths
        end local 0 // io.vertx.core.net.PemKeyCertOptions this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/core/net/PemKeyCertOptions;
            0    3     1  keyPaths  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/vertx/core/net/PemKeyCertOptions;
    MethodParameters:
          Name  Flags
      keyPaths  

  public io.vertx.core.net.PemKeyCertOptions addKeyPath(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/net/PemKeyCertOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.PemKeyCertOptions this
        start local 1 // java.lang.String keyPath
         0: .line 201
            aload 1 /* keyPath */
            ifnull 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ldc "Null keyPath"
            invokestatic io.vertx.core.impl.Arguments.require:(ZLjava/lang/String;)V
         3: .line 202
            aload 0 /* this */
            getfield io.vertx.core.net.PemKeyCertOptions.keyPaths:Ljava/util/List;
            aload 1 /* keyPath */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         4: .line 203
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String keyPath
        end local 0 // io.vertx.core.net.PemKeyCertOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lio/vertx/core/net/PemKeyCertOptions;
            0    5     1  keyPath  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore()
    MethodParameters:
         Name  Flags
      keyPath  

  public io.vertx.core.buffer.Buffer getKeyValue();
    descriptor: ()Lio/vertx/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.net.PemKeyCertOptions this
         0: .line 213
            aload 0 /* this */
            getfield io.vertx.core.net.PemKeyCertOptions.keyValues:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 1
            aconst_null
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield io.vertx.core.net.PemKeyCertOptions.keyValues:Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast io.vertx.core.buffer.Buffer
      StackMap locals:
      StackMap stack: io.vertx.core.buffer.Buffer
         2: areturn
        end local 0 // io.vertx.core.net.PemKeyCertOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/net/PemKeyCertOptions;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore()

  public io.vertx.core.net.PemKeyCertOptions setKeyValue(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/net/PemKeyCertOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.PemKeyCertOptions this
        start local 1 // io.vertx.core.buffer.Buffer keyValue
         0: .line 223
            aload 0 /* this */
            getfield io.vertx.core.net.PemKeyCertOptions.keyValues:Ljava/util/List;
            invokeinterface java.util.List.clear:()V
         1: .line 224
            aload 1 /* keyValue */
            ifnull 3
         2: .line 225
            aload 0 /* this */
            getfield io.vertx.core.net.PemKeyCertOptions.keyValues:Ljava/util/List;
            aload 1 /* keyValue */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         3: .line 227
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.buffer.Buffer keyValue
        end local 0 // io.vertx.core.net.PemKeyCertOptions this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lio/vertx/core/net/PemKeyCertOptions;
            0    4     1  keyValue  Lio/vertx/core/buffer/Buffer;
    MethodParameters:
          Name  Flags
      keyValue  

  public java.util.List<io.vertx.core.buffer.Buffer> getKeyValues();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.PemKeyCertOptions this
         0: .line 236
            aload 0 /* this */
            getfield io.vertx.core.net.PemKeyCertOptions.keyValues:Ljava/util/List;
            areturn
        end local 0 // io.vertx.core.net.PemKeyCertOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/PemKeyCertOptions;
    Signature: ()Ljava/util/List<Lio/vertx/core/buffer/Buffer;>;

  public io.vertx.core.net.PemKeyCertOptions setKeyValues(java.util.List<io.vertx.core.buffer.Buffer>);
    descriptor: (Ljava/util/List;)Lio/vertx/core/net/PemKeyCertOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.PemKeyCertOptions this
        start local 1 // java.util.List keyValues
         0: .line 246
            aload 0 /* this */
            getfield io.vertx.core.net.PemKeyCertOptions.keyValues:Ljava/util/List;
            invokeinterface java.util.List.clear:()V
         1: .line 247
            aload 0 /* this */
            getfield io.vertx.core.net.PemKeyCertOptions.keyValues:Ljava/util/List;
            aload 1 /* keyValues */
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
         2: .line 248
            aload 0 /* this */
            areturn
        end local 1 // java.util.List keyValues
        end local 0 // io.vertx.core.net.PemKeyCertOptions this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lio/vertx/core/net/PemKeyCertOptions;
            0    3     1  keyValues  Ljava/util/List<Lio/vertx/core/buffer/Buffer;>;
    Signature: (Ljava/util/List<Lio/vertx/core/buffer/Buffer;>;)Lio/vertx/core/net/PemKeyCertOptions;
    MethodParameters:
           Name  Flags
      keyValues  

  public io.vertx.core.net.PemKeyCertOptions addKeyValue(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/net/PemKeyCertOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.PemKeyCertOptions this
        start local 1 // io.vertx.core.buffer.Buffer keyValue
         0: .line 259
            aload 1 /* keyValue */
            ifnull 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ldc "Null keyValue"
            invokestatic io.vertx.core.impl.Arguments.require:(ZLjava/lang/String;)V
         3: .line 260
            aload 0 /* this */
            getfield io.vertx.core.net.PemKeyCertOptions.keyValues:Ljava/util/List;
            aload 1 /* keyValue */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         4: .line 261
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.buffer.Buffer keyValue
        end local 0 // io.vertx.core.net.PemKeyCertOptions this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lio/vertx/core/net/PemKeyCertOptions;
            0    5     1  keyValue  Lio/vertx/core/buffer/Buffer;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore()
    MethodParameters:
          Name  Flags
      keyValue  

  public java.lang.String getCertPath();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.net.PemKeyCertOptions this
         0: .line 271
            aload 0 /* this */
            getfield io.vertx.core.net.PemKeyCertOptions.certPaths:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 1
            aconst_null
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield io.vertx.core.net.PemKeyCertOptions.certPaths:Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast java.lang.String
      StackMap locals:
      StackMap stack: java.lang.String
         2: areturn
        end local 0 // io.vertx.core.net.PemKeyCertOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/net/PemKeyCertOptions;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore()

  public io.vertx.core.net.PemKeyCertOptions setCertPath(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/net/PemKeyCertOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.PemKeyCertOptions this
        start local 1 // java.lang.String certPath
         0: .line 281
            aload 0 /* this */
            getfield io.vertx.core.net.PemKeyCertOptions.certPaths:Ljava/util/List;
            invokeinterface java.util.List.clear:()V
         1: .line 282
            aload 1 /* certPath */
            ifnull 3
         2: .line 283
            aload 0 /* this */
            getfield io.vertx.core.net.PemKeyCertOptions.certPaths:Ljava/util/List;
            aload 1 /* certPath */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         3: .line 285
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String certPath
        end local 0 // io.vertx.core.net.PemKeyCertOptions this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lio/vertx/core/net/PemKeyCertOptions;
            0    4     1  certPath  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      certPath  

  public java.util.List<java.lang.String> getCertPaths();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.PemKeyCertOptions this
         0: .line 294
            aload 0 /* this */
            getfield io.vertx.core.net.PemKeyCertOptions.certPaths:Ljava/util/List;
            areturn
        end local 0 // io.vertx.core.net.PemKeyCertOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/PemKeyCertOptions;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  public io.vertx.core.net.PemKeyCertOptions setCertPaths(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/vertx/core/net/PemKeyCertOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.PemKeyCertOptions this
        start local 1 // java.util.List certPaths
         0: .line 304
            aload 0 /* this */
            getfield io.vertx.core.net.PemKeyCertOptions.certPaths:Ljava/util/List;
            invokeinterface java.util.List.clear:()V
         1: .line 305
            aload 0 /* this */
            getfield io.vertx.core.net.PemKeyCertOptions.certPaths:Ljava/util/List;
            aload 1 /* certPaths */
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
         2: .line 306
            aload 0 /* this */
            areturn
        end local 1 // java.util.List certPaths
        end local 0 // io.vertx.core.net.PemKeyCertOptions this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lio/vertx/core/net/PemKeyCertOptions;
            0    3     1  certPaths  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/vertx/core/net/PemKeyCertOptions;
    MethodParameters:
           Name  Flags
      certPaths  

  public io.vertx.core.net.PemKeyCertOptions addCertPath(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/net/PemKeyCertOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.PemKeyCertOptions this
        start local 1 // java.lang.String certPath
         0: .line 317
            aload 1 /* certPath */
            ifnull 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ldc "Null certPath"
            invokestatic io.vertx.core.impl.Arguments.require:(ZLjava/lang/String;)V
         3: .line 318
            aload 0 /* this */
            getfield io.vertx.core.net.PemKeyCertOptions.certPaths:Ljava/util/List;
            aload 1 /* certPath */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         4: .line 319
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String certPath
        end local 0 // io.vertx.core.net.PemKeyCertOptions this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lio/vertx/core/net/PemKeyCertOptions;
            0    5     1  certPath  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore()
    MethodParameters:
          Name  Flags
      certPath  

  public io.vertx.core.buffer.Buffer getCertValue();
    descriptor: ()Lio/vertx/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.net.PemKeyCertOptions this
         0: .line 329
            aload 0 /* this */
            getfield io.vertx.core.net.PemKeyCertOptions.certValues:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 1
            aconst_null
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield io.vertx.core.net.PemKeyCertOptions.certValues:Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast io.vertx.core.buffer.Buffer
      StackMap locals:
      StackMap stack: io.vertx.core.buffer.Buffer
         2: areturn
        end local 0 // io.vertx.core.net.PemKeyCertOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/net/PemKeyCertOptions;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore()

  public io.vertx.core.net.PemKeyCertOptions setCertValue(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/net/PemKeyCertOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.PemKeyCertOptions this
        start local 1 // io.vertx.core.buffer.Buffer certValue
         0: .line 339
            aload 0 /* this */
            getfield io.vertx.core.net.PemKeyCertOptions.certValues:Ljava/util/List;
            invokeinterface java.util.List.clear:()V
         1: .line 340
            aload 1 /* certValue */
            ifnull 3
         2: .line 341
            aload 0 /* this */
            getfield io.vertx.core.net.PemKeyCertOptions.certValues:Ljava/util/List;
            aload 1 /* certValue */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         3: .line 343
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.buffer.Buffer certValue
        end local 0 // io.vertx.core.net.PemKeyCertOptions this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lio/vertx/core/net/PemKeyCertOptions;
            0    4     1  certValue  Lio/vertx/core/buffer/Buffer;
    MethodParameters:
           Name  Flags
      certValue  

  public java.util.List<io.vertx.core.buffer.Buffer> getCertValues();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.PemKeyCertOptions this
         0: .line 352
            aload 0 /* this */
            getfield io.vertx.core.net.PemKeyCertOptions.certValues:Ljava/util/List;
            areturn
        end local 0 // io.vertx.core.net.PemKeyCertOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/PemKeyCertOptions;
    Signature: ()Ljava/util/List<Lio/vertx/core/buffer/Buffer;>;

  public io.vertx.core.net.PemKeyCertOptions setCertValues(java.util.List<io.vertx.core.buffer.Buffer>);
    descriptor: (Ljava/util/List;)Lio/vertx/core/net/PemKeyCertOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.PemKeyCertOptions this
        start local 1 // java.util.List certValues
         0: .line 362
            aload 0 /* this */
            getfield io.vertx.core.net.PemKeyCertOptions.certValues:Ljava/util/List;
            invokeinterface java.util.List.clear:()V
         1: .line 363
            aload 0 /* this */
            getfield io.vertx.core.net.PemKeyCertOptions.certValues:Ljava/util/List;
            aload 1 /* certValues */
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
         2: .line 364
            aload 0 /* this */
            areturn
        end local 1 // java.util.List certValues
        end local 0 // io.vertx.core.net.PemKeyCertOptions this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lio/vertx/core/net/PemKeyCertOptions;
            0    3     1  certValues  Ljava/util/List<Lio/vertx/core/buffer/Buffer;>;
    Signature: (Ljava/util/List<Lio/vertx/core/buffer/Buffer;>;)Lio/vertx/core/net/PemKeyCertOptions;
    MethodParameters:
            Name  Flags
      certValues  

  public io.vertx.core.net.PemKeyCertOptions addCertValue(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/net/PemKeyCertOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.PemKeyCertOptions this
        start local 1 // io.vertx.core.buffer.Buffer certValue
         0: .line 375
            aload 1 /* certValue */
            ifnull 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ldc "Null certValue"
            invokestatic io.vertx.core.impl.Arguments.require:(ZLjava/lang/String;)V
         3: .line 376
            aload 0 /* this */
            getfield io.vertx.core.net.PemKeyCertOptions.certValues:Ljava/util/List;
            aload 1 /* certValue */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         4: .line 377
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.buffer.Buffer certValue
        end local 0 // io.vertx.core.net.PemKeyCertOptions this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lio/vertx/core/net/PemKeyCertOptions;
            0    5     1  certValue  Lio/vertx/core/buffer/Buffer;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore()
    MethodParameters:
           Name  Flags
      certValue  

  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.PemKeyCertOptions this
        start local 1 // java.lang.Object o
         0: .line 382
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 2
         1: .line 383
            iconst_1
            ireturn
         2: .line 385
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            instanceof io.vertx.core.net.PemKeyCertOptions
            ifne 4
         3: .line 386
            iconst_0
            ireturn
         4: .line 389
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.core.net.PemKeyCertOptions
            astore 2 /* that */
        start local 2 // io.vertx.core.net.PemKeyCertOptions that
         5: .line 390
            aload 0 /* this */
            getfield io.vertx.core.net.PemKeyCertOptions.keyPaths:Ljava/util/List;
            aload 2 /* that */
            getfield io.vertx.core.net.PemKeyCertOptions.keyPaths:Ljava/util/List;
            invokeinterface java.util.List.equals:(Ljava/lang/Object;)Z
            ifne 7
         6: .line 391
            iconst_0
            ireturn
         7: .line 393
      StackMap locals: io.vertx.core.net.PemKeyCertOptions
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.net.PemKeyCertOptions.keyValues:Ljava/util/List;
            aload 2 /* that */
            getfield io.vertx.core.net.PemKeyCertOptions.keyValues:Ljava/util/List;
            invokeinterface java.util.List.equals:(Ljava/lang/Object;)Z
            ifne 9
         8: .line 394
            iconst_0
            ireturn
         9: .line 396
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.net.PemKeyCertOptions.certPaths:Ljava/util/List;
            aload 2 /* that */
            getfield io.vertx.core.net.PemKeyCertOptions.certPaths:Ljava/util/List;
            invokeinterface java.util.List.equals:(Ljava/lang/Object;)Z
            ifne 11
        10: .line 397
            iconst_0
            ireturn
        11: .line 399
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.net.PemKeyCertOptions.certValues:Ljava/util/List;
            aload 2 /* that */
            getfield io.vertx.core.net.PemKeyCertOptions.certValues:Ljava/util/List;
            invokeinterface java.util.List.equals:(Ljava/lang/Object;)Z
            ifne 13
        12: .line 400
            iconst_0
            ireturn
        13: .line 403
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // io.vertx.core.net.PemKeyCertOptions that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.core.net.PemKeyCertOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lio/vertx/core/net/PemKeyCertOptions;
            0   14     1     o  Ljava/lang/Object;
            5   14     2  that  Lio/vertx/core/net/PemKeyCertOptions;
    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.PemKeyCertOptions this
         0: .line 408
            iconst_1
            istore 1 /* result */
        start local 1 // int result
         1: .line 409
            iload 1 /* result */
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.net.PemKeyCertOptions.keyPaths:Ljava/util/List;
            invokeinterface java.util.List.hashCode:()I
            iadd
            iadd
            istore 1 /* result */
         2: .line 410
            iload 1 /* result */
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.net.PemKeyCertOptions.keyValues:Ljava/util/List;
            invokeinterface java.util.List.hashCode:()I
            iadd
            iadd
            istore 1 /* result */
         3: .line 411
            iload 1 /* result */
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.net.PemKeyCertOptions.certPaths:Ljava/util/List;
            invokeinterface java.util.List.hashCode:()I
            iadd
            iadd
            istore 1 /* result */
         4: .line 412
            iload 1 /* result */
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.net.PemKeyCertOptions.certValues:Ljava/util/List;
            invokeinterface java.util.List.hashCode:()I
            iadd
            iadd
            istore 1 /* result */
         5: .line 414
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // io.vertx.core.net.PemKeyCertOptions this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lio/vertx/core/net/PemKeyCertOptions;
            1    6     1  result  I

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

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