public class io.vertx.core.net.PemKeyCertOptions implements io.vertx.core.net.KeyCertOptions
  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 io.vertx.core.net.impl.KeyStoreHelper helper;
    descriptor: Lio/vertx/core/net/impl/KeyStoreHelper;
    flags: (0x0002) ACC_PRIVATE

  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 110
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 111
            aload 0 /* this */
            invokevirtual io.vertx.core.net.PemKeyCertOptions.init:()V
         2: .line 112
            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 115
            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 116
            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 117
            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 118
            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 119
            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 127
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 128
            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 129
            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 130
            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 131
            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 132
            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 140
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 141
            aload 0 /* this */
            invokevirtual io.vertx.core.net.PemKeyCertOptions.init:()V
         2: .line 142
            aload 1 /* json */
            aload 0 /* this */
            invokestatic io.vertx.core.net.PemKeyCertOptionsConverter.fromJson:(Ljava/lang/Iterable;Lio/vertx/core/net/PemKeyCertOptions;)V
         3: .line 143
            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 151
            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 152
            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 153
            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 163
            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 173
            aload 0 /* this */
            getfield io.vertx.core.net.PemKeyCertOptions.keyPaths:Ljava/util/List;
            invokeinterface java.util.List.clear:()V
         1: .line 174
            aload 1 /* keyPath */
            ifnull 3
         2: .line 175
            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 177
      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 186
            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 196
            aload 0 /* this */
            getfield io.vertx.core.net.PemKeyCertOptions.keyPaths:Ljava/util/List;
            invokeinterface java.util.List.clear:()V
         1: .line 197
            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 198
            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 209
            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 210
            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 211
            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 221
            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 231
            aload 0 /* this */
            getfield io.vertx.core.net.PemKeyCertOptions.keyValues:Ljava/util/List;
            invokeinterface java.util.List.clear:()V
         1: .line 232
            aload 1 /* keyValue */
            ifnull 3
         2: .line 233
            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 235
      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 244
            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 254
            aload 0 /* this */
            getfield io.vertx.core.net.PemKeyCertOptions.keyValues:Ljava/util/List;
            invokeinterface java.util.List.clear:()V
         1: .line 255
            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 256
            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 267
            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 268
            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 269
            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 279
            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 289
            aload 0 /* this */
            getfield io.vertx.core.net.PemKeyCertOptions.certPaths:Ljava/util/List;
            invokeinterface java.util.List.clear:()V
         1: .line 290
            aload 1 /* certPath */
            ifnull 3
         2: .line 291
            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 293
      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 302
            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 312
            aload 0 /* this */
            getfield io.vertx.core.net.PemKeyCertOptions.certPaths:Ljava/util/List;
            invokeinterface java.util.List.clear:()V
         1: .line 313
            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 314
            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 325
            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 326
            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 327
            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 337
            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 347
            aload 0 /* this */
            getfield io.vertx.core.net.PemKeyCertOptions.certValues:Ljava/util/List;
            invokeinterface java.util.List.clear:()V
         1: .line 348
            aload 1 /* certValue */
            ifnull 3
         2: .line 349
            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 351
      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 360
            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 370
            aload 0 /* this */
            getfield io.vertx.core.net.PemKeyCertOptions.certValues:Ljava/util/List;
            invokeinterface java.util.List.clear:()V
         1: .line 371
            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 372
            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 383
            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 384
            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 385
            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 io.vertx.core.net.PemKeyCertOptions copy();
    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 390
            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;

  io.vertx.core.net.impl.KeyStoreHelper getHelper(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)Lio/vertx/core/net/impl/KeyStoreHelper;
    flags: (0x0000) 
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // io.vertx.core.net.PemKeyCertOptions this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 394
            aload 0 /* this */
            getfield io.vertx.core.net.PemKeyCertOptions.helper:Lio/vertx/core/net/impl/KeyStoreHelper;
            ifnonnull 14
         1: .line 395
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 2 /* keys */
        start local 2 // java.util.List keys
         2: .line 396
            aload 0 /* this */
            getfield io.vertx.core.net.PemKeyCertOptions.keyPaths:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 5
      StackMap locals: io.vertx.core.net.PemKeyCertOptions io.vertx.core.Vertx java.util.List top java.util.Iterator
      StackMap stack:
         3: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 3 /* keyPath */
        start local 3 // java.lang.String keyPath
         4: .line 397
            aload 2 /* keys */
            aload 1 /* vertx */
            invokeinterface io.vertx.core.Vertx.fileSystem:()Lio/vertx/core/file/FileSystem;
            aload 1 /* vertx */
            checkcast io.vertx.core.impl.VertxInternal
            aload 3 /* keyPath */
            invokeinterface io.vertx.core.impl.VertxInternal.resolveFile:(Ljava/lang/String;)Ljava/io/File;
            invokevirtual java.io.File.getAbsolutePath:()Ljava/lang/String;
            invokeinterface io.vertx.core.file.FileSystem.readFileBlocking:(Ljava/lang/String;)Lio/vertx/core/buffer/Buffer;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 3 // java.lang.String keyPath
         5: .line 396
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         6: .line 399
            aload 2 /* keys */
            aload 0 /* this */
            getfield io.vertx.core.net.PemKeyCertOptions.keyValues:Ljava/util/List;
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
         7: .line 400
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 3 /* certs */
        start local 3 // java.util.List certs
         8: .line 401
            aload 0 /* this */
            getfield io.vertx.core.net.PemKeyCertOptions.certPaths:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5
            goto 11
      StackMap locals: io.vertx.core.net.PemKeyCertOptions io.vertx.core.Vertx java.util.List java.util.List top java.util.Iterator
      StackMap stack:
         9: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 4 /* certPath */
        start local 4 // java.lang.String certPath
        10: .line 402
            aload 3 /* certs */
            aload 1 /* vertx */
            invokeinterface io.vertx.core.Vertx.fileSystem:()Lio/vertx/core/file/FileSystem;
            aload 1 /* vertx */
            checkcast io.vertx.core.impl.VertxInternal
            aload 4 /* certPath */
            invokeinterface io.vertx.core.impl.VertxInternal.resolveFile:(Ljava/lang/String;)Ljava/io/File;
            invokevirtual java.io.File.getAbsolutePath:()Ljava/lang/String;
            invokeinterface io.vertx.core.file.FileSystem.readFileBlocking:(Ljava/lang/String;)Lio/vertx/core/buffer/Buffer;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 4 // java.lang.String certPath
        11: .line 401
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 9
        12: .line 404
            aload 3 /* certs */
            aload 0 /* this */
            getfield io.vertx.core.net.PemKeyCertOptions.certValues:Ljava/util/List;
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
        13: .line 405
            aload 0 /* this */
            new io.vertx.core.net.impl.KeyStoreHelper
            dup
            aload 2 /* keys */
            aload 3 /* certs */
            invokestatic io.vertx.core.net.impl.KeyStoreHelper.loadKeyCert:(Ljava/util/List;Ljava/util/List;)Ljava/security/KeyStore;
            ldc "dummy"
            invokespecial io.vertx.core.net.impl.KeyStoreHelper.<init>:(Ljava/security/KeyStore;Ljava/lang/String;)V
            putfield io.vertx.core.net.PemKeyCertOptions.helper:Lio/vertx/core/net/impl/KeyStoreHelper;
        end local 3 // java.util.List certs
        end local 2 // java.util.List keys
        14: .line 407
      StackMap locals: io.vertx.core.net.PemKeyCertOptions io.vertx.core.Vertx
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.net.PemKeyCertOptions.helper:Lio/vertx/core/net/impl/KeyStoreHelper;
            areturn
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // io.vertx.core.net.PemKeyCertOptions this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   15     0      this  Lio/vertx/core/net/PemKeyCertOptions;
            0   15     1     vertx  Lio/vertx/core/Vertx;
            2   14     2      keys  Ljava/util/List<Lio/vertx/core/buffer/Buffer;>;
            4    5     3   keyPath  Ljava/lang/String;
            8   14     3     certs  Ljava/util/List<Lio/vertx/core/buffer/Buffer;>;
           10   11     4  certPath  Ljava/lang/String;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
       Name  Flags
      vertx  

  public java.security.KeyStore loadKeyStore(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)Ljava/security/KeyStore;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.core.net.PemKeyCertOptions this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 417
            aload 0 /* this */
            aload 1 /* vertx */
            invokevirtual io.vertx.core.net.PemKeyCertOptions.getHelper:(Lio/vertx/core/Vertx;)Lio/vertx/core/net/impl/KeyStoreHelper;
            astore 2 /* helper */
        start local 2 // io.vertx.core.net.impl.KeyStoreHelper helper
         1: .line 418
            aload 2 /* helper */
            ifnull 2
            aload 2 /* helper */
            invokevirtual io.vertx.core.net.impl.KeyStoreHelper.store:()Ljava/security/KeyStore;
            goto 3
      StackMap locals: io.vertx.core.net.impl.KeyStoreHelper
      StackMap stack:
         2: aconst_null
      StackMap locals:
      StackMap stack: java.security.KeyStore
         3: areturn
        end local 2 // io.vertx.core.net.impl.KeyStoreHelper helper
        end local 1 // io.vertx.core.Vertx vertx
        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   vertx  Lio/vertx/core/Vertx;
            1    4     2  helper  Lio/vertx/core/net/impl/KeyStoreHelper;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
       Name  Flags
      vertx  

  public javax.net.ssl.KeyManagerFactory getKeyManagerFactory(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)Ljavax/net/ssl/KeyManagerFactory;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.core.net.PemKeyCertOptions this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 423
            aload 0 /* this */
            aload 1 /* vertx */
            invokevirtual io.vertx.core.net.PemKeyCertOptions.getHelper:(Lio/vertx/core/Vertx;)Lio/vertx/core/net/impl/KeyStoreHelper;
            astore 2 /* helper */
        start local 2 // io.vertx.core.net.impl.KeyStoreHelper helper
         1: .line 424
            aload 2 /* helper */
            ifnull 2
            aload 2 /* helper */
            invokevirtual io.vertx.core.net.impl.KeyStoreHelper.getKeyMgrFactory:()Ljavax/net/ssl/KeyManagerFactory;
            goto 3
      StackMap locals: io.vertx.core.net.impl.KeyStoreHelper
      StackMap stack:
         2: aconst_null
      StackMap locals:
      StackMap stack: javax.net.ssl.KeyManagerFactory
         3: areturn
        end local 2 // io.vertx.core.net.impl.KeyStoreHelper helper
        end local 1 // io.vertx.core.Vertx vertx
        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   vertx  Lio/vertx/core/Vertx;
            1    4     2  helper  Lio/vertx/core/net/impl/KeyStoreHelper;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
       Name  Flags
      vertx  

  public java.util.function.Function<java.lang.String, javax.net.ssl.X509KeyManager> keyManagerMapper(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)Ljava/util/function/Function;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.core.net.PemKeyCertOptions this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 429
            aload 0 /* this */
            aload 1 /* vertx */
            invokevirtual io.vertx.core.net.PemKeyCertOptions.getHelper:(Lio/vertx/core/Vertx;)Lio/vertx/core/net/impl/KeyStoreHelper;
            astore 2 /* helper */
        start local 2 // io.vertx.core.net.impl.KeyStoreHelper helper
         1: .line 430
            aload 2 /* helper */
            ifnull 2
            aload 2 /* helper */
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic apply(Lio/vertx/core/net/impl/KeyStoreHelper;)Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/core/net/impl/KeyStoreHelper.getKeyMgr(Ljava/lang/String;)Ljavax/net/ssl/X509KeyManager; (5)
                  (Ljava/lang/String;)Ljavax/net/ssl/X509KeyManager;
            goto 3
      StackMap locals: io.vertx.core.net.impl.KeyStoreHelper
      StackMap stack:
         2: aconst_null
      StackMap locals:
      StackMap stack: java.util.function.Function
         3: areturn
        end local 2 // io.vertx.core.net.impl.KeyStoreHelper helper
        end local 1 // io.vertx.core.Vertx vertx
        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   vertx  Lio/vertx/core/Vertx;
            1    4     2  helper  Lio/vertx/core/net/impl/KeyStoreHelper;
    Exceptions:
      throws java.lang.Exception
    Signature: (Lio/vertx/core/Vertx;)Ljava/util/function/Function<Ljava/lang/String;Ljavax/net/ssl/X509KeyManager;>;
    MethodParameters:
       Name  Flags
      vertx  

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