public abstract class io.vertx.core.net.KeyStoreOptionsBase implements io.vertx.core.net.KeyCertOptions, io.vertx.core.net.TrustOptions
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: io.vertx.core.net.KeyStoreOptionsBase
  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.lang.String provider;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

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

  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

  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.KeyStoreOptionsBase this
         0: .line 46
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 47
            return
        end local 0 // io.vertx.core.net.KeyStoreOptionsBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/net/KeyStoreOptionsBase;

  protected void <init>(io.vertx.core.net.KeyStoreOptionsBase);
    descriptor: (Lio/vertx/core/net/KeyStoreOptionsBase;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.KeyStoreOptionsBase this
        start local 1 // io.vertx.core.net.KeyStoreOptionsBase other
         0: .line 55
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 56
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.net.KeyStoreOptionsBase.type:Ljava/lang/String;
            putfield io.vertx.core.net.KeyStoreOptionsBase.type:Ljava/lang/String;
         2: .line 57
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.net.KeyStoreOptionsBase.password:Ljava/lang/String;
            putfield io.vertx.core.net.KeyStoreOptionsBase.password:Ljava/lang/String;
         3: .line 58
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.net.KeyStoreOptionsBase.path:Ljava/lang/String;
            putfield io.vertx.core.net.KeyStoreOptionsBase.path:Ljava/lang/String;
         4: .line 59
            aload 0 /* this */
            aload 1 /* other */
            getfield io.vertx.core.net.KeyStoreOptionsBase.value:Lio/vertx/core/buffer/Buffer;
            putfield io.vertx.core.net.KeyStoreOptionsBase.value:Lio/vertx/core/buffer/Buffer;
         5: .line 60
            return
        end local 1 // io.vertx.core.net.KeyStoreOptionsBase other
        end local 0 // io.vertx.core.net.KeyStoreOptionsBase this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lio/vertx/core/net/KeyStoreOptionsBase;
            0    6     1  other  Lio/vertx/core/net/KeyStoreOptionsBase;
    MethodParameters:
       Name  Flags
      other  

  protected java.lang.String getType();
    descriptor: ()Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.KeyStoreOptionsBase this
         0: .line 63
            aload 0 /* this */
            getfield io.vertx.core.net.KeyStoreOptionsBase.type:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.core.net.KeyStoreOptionsBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/KeyStoreOptionsBase;

  protected io.vertx.core.net.KeyStoreOptionsBase setType(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/net/KeyStoreOptionsBase;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.KeyStoreOptionsBase this
        start local 1 // java.lang.String type
         0: .line 67
            aload 0 /* this */
            aload 1 /* type */
            putfield io.vertx.core.net.KeyStoreOptionsBase.type:Ljava/lang/String;
         1: .line 68
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String type
        end local 0 // io.vertx.core.net.KeyStoreOptionsBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/net/KeyStoreOptionsBase;
            0    2     1  type  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      type  

  protected java.lang.String getProvider();
    descriptor: ()Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.KeyStoreOptionsBase this
         0: .line 72
            aload 0 /* this */
            getfield io.vertx.core.net.KeyStoreOptionsBase.provider:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.core.net.KeyStoreOptionsBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/KeyStoreOptionsBase;

  protected io.vertx.core.net.KeyStoreOptionsBase setProvider(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/net/KeyStoreOptionsBase;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.KeyStoreOptionsBase this
        start local 1 // java.lang.String provider
         0: .line 76
            aload 0 /* this */
            aload 1 /* provider */
            putfield io.vertx.core.net.KeyStoreOptionsBase.provider:Ljava/lang/String;
         1: .line 77
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String provider
        end local 0 // io.vertx.core.net.KeyStoreOptionsBase this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/core/net/KeyStoreOptionsBase;
            0    2     1  provider  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      provider  

  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.KeyStoreOptionsBase this
         0: .line 84
            aload 0 /* this */
            getfield io.vertx.core.net.KeyStoreOptionsBase.password:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.core.net.KeyStoreOptionsBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/KeyStoreOptionsBase;

  public io.vertx.core.net.KeyStoreOptionsBase setPassword(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/net/KeyStoreOptionsBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.KeyStoreOptionsBase this
        start local 1 // java.lang.String password
         0: .line 94
            aload 0 /* this */
            aload 1 /* password */
            putfield io.vertx.core.net.KeyStoreOptionsBase.password:Ljava/lang/String;
         1: .line 95
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String password
        end local 0 // io.vertx.core.net.KeyStoreOptionsBase this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/core/net/KeyStoreOptionsBase;
            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.KeyStoreOptionsBase this
         0: .line 104
            aload 0 /* this */
            getfield io.vertx.core.net.KeyStoreOptionsBase.path:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.core.net.KeyStoreOptionsBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/KeyStoreOptionsBase;

  public io.vertx.core.net.KeyStoreOptionsBase setPath(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/net/KeyStoreOptionsBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.KeyStoreOptionsBase this
        start local 1 // java.lang.String path
         0: .line 114
            aload 0 /* this */
            aload 1 /* path */
            putfield io.vertx.core.net.KeyStoreOptionsBase.path:Ljava/lang/String;
         1: .line 115
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String path
        end local 0 // io.vertx.core.net.KeyStoreOptionsBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/net/KeyStoreOptionsBase;
            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.KeyStoreOptionsBase this
         0: .line 124
            aload 0 /* this */
            getfield io.vertx.core.net.KeyStoreOptionsBase.value:Lio/vertx/core/buffer/Buffer;
            areturn
        end local 0 // io.vertx.core.net.KeyStoreOptionsBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/KeyStoreOptionsBase;

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

  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=7, locals=3, args_size=2
        start local 0 // io.vertx.core.net.KeyStoreOptionsBase this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 139
            aload 0 /* this */
            getfield io.vertx.core.net.KeyStoreOptionsBase.helper:Lio/vertx/core/net/impl/KeyStoreHelper;
            ifnonnull 9
         1: .line 141
            aload 0 /* this */
            getfield io.vertx.core.net.KeyStoreOptionsBase.path:Ljava/lang/String;
            ifnull 4
         2: .line 142
            aload 0 /* this */
            aload 1 /* vertx */
            invokedynamic get(Lio/vertx/core/net/KeyStoreOptionsBase;Lio/vertx/core/Vertx;)Ljava/util/function/Supplier;
              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;
                  io/vertx/core/net/KeyStoreOptionsBase.lambda$0(Lio/vertx/core/Vertx;)Lio/vertx/core/buffer/Buffer; (7)
                  ()Lio/vertx/core/buffer/Buffer;
            astore 2 /* value */
        start local 2 // java.util.function.Supplier value
         3: .line 143
            goto 8
        end local 2 // java.util.function.Supplier value
      StackMap locals:
      StackMap stack:
         4: aload 0 /* this */
            getfield io.vertx.core.net.KeyStoreOptionsBase.value:Lio/vertx/core/buffer/Buffer;
            ifnull 7
         5: .line 144
            aload 0 /* this */
            invokedynamic get(Lio/vertx/core/net/KeyStoreOptionsBase;)Ljava/util/function/Supplier;
              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;
                  io/vertx/core/net/KeyStoreOptionsBase.getValue()Lio/vertx/core/buffer/Buffer; (5)
                  ()Lio/vertx/core/buffer/Buffer;
            astore 2 /* value */
        start local 2 // java.util.function.Supplier value
         6: .line 145
            goto 8
        end local 2 // java.util.function.Supplier value
         7: .line 146
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        start local 2 // java.util.function.Supplier value
         8: .line 148
      StackMap locals: java.util.function.Supplier
      StackMap stack:
            aload 0 /* this */
            new io.vertx.core.net.impl.KeyStoreHelper
            dup
            aload 0 /* this */
            getfield io.vertx.core.net.KeyStoreOptionsBase.type:Ljava/lang/String;
            aload 0 /* this */
            getfield io.vertx.core.net.KeyStoreOptionsBase.provider:Ljava/lang/String;
            aload 0 /* this */
            getfield io.vertx.core.net.KeyStoreOptionsBase.password:Ljava/lang/String;
            aload 2 /* value */
            invokestatic io.vertx.core.net.impl.KeyStoreHelper.loadKeyStoreOptions:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/function/Supplier;)Ljava/security/KeyStore;
            aload 0 /* this */
            getfield io.vertx.core.net.KeyStoreOptionsBase.password:Ljava/lang/String;
            invokespecial io.vertx.core.net.impl.KeyStoreHelper.<init>:(Ljava/security/KeyStore;Ljava/lang/String;)V
            putfield io.vertx.core.net.KeyStoreOptionsBase.helper:Lio/vertx/core/net/impl/KeyStoreHelper;
        end local 2 // java.util.function.Supplier value
         9: .line 150
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.net.KeyStoreOptionsBase.helper:Lio/vertx/core/net/impl/KeyStoreHelper;
            areturn
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // io.vertx.core.net.KeyStoreOptionsBase this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lio/vertx/core/net/KeyStoreOptionsBase;
            0   10     1  vertx  Lio/vertx/core/Vertx;
            3    4     2  value  Ljava/util/function/Supplier<Lio/vertx/core/buffer/Buffer;>;
            6    7     2  value  Ljava/util/function/Supplier<Lio/vertx/core/buffer/Buffer;>;
            8    9     2  value  Ljava/util/function/Supplier<Lio/vertx/core/buffer/Buffer;>;
    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.KeyStoreOptionsBase this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 160
            aload 0 /* this */
            aload 1 /* vertx */
            invokevirtual io.vertx.core.net.KeyStoreOptionsBase.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 161
            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.KeyStoreOptionsBase this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lio/vertx/core/net/KeyStoreOptionsBase;
            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.KeyStoreOptionsBase this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 166
            aload 0 /* this */
            aload 1 /* vertx */
            invokevirtual io.vertx.core.net.KeyStoreOptionsBase.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 167
            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.KeyStoreOptionsBase this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lio/vertx/core/net/KeyStoreOptionsBase;
            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.KeyStoreOptionsBase this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 172
            aload 0 /* this */
            aload 1 /* vertx */
            invokevirtual io.vertx.core.net.KeyStoreOptionsBase.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 173
            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.KeyStoreOptionsBase this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lio/vertx/core/net/KeyStoreOptionsBase;
            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 javax.net.ssl.TrustManagerFactory getTrustManagerFactory(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)Ljavax/net/ssl/TrustManagerFactory;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.core.net.KeyStoreOptionsBase this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 178
            aload 0 /* this */
            aload 1 /* vertx */
            invokevirtual io.vertx.core.net.KeyStoreOptionsBase.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 179
            aload 2 /* helper */
            ifnull 2
            aload 2 /* helper */
            aload 1 /* vertx */
            checkcast io.vertx.core.impl.VertxInternal
            invokevirtual io.vertx.core.net.impl.KeyStoreHelper.getTrustMgrFactory:(Lio/vertx/core/impl/VertxInternal;)Ljavax/net/ssl/TrustManagerFactory;
            goto 3
      StackMap locals: io.vertx.core.net.impl.KeyStoreHelper
      StackMap stack:
         2: aconst_null
      StackMap locals:
      StackMap stack: javax.net.ssl.TrustManagerFactory
         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.KeyStoreOptionsBase this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lio/vertx/core/net/KeyStoreOptionsBase;
            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.TrustManager[]> trustManagerMapper(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.KeyStoreOptionsBase this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 184
            aload 0 /* this */
            aload 1 /* vertx */
            invokevirtual io.vertx.core.net.KeyStoreOptionsBase.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 185
            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.getTrustMgr(Ljava/lang/String;)[Ljavax/net/ssl/TrustManager; (5)
                  (Ljava/lang/String;)[Ljavax/net/ssl/TrustManager;
            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.KeyStoreOptionsBase this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lio/vertx/core/net/KeyStoreOptionsBase;
            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/TrustManager;>;
    MethodParameters:
       Name  Flags
      vertx  

  public abstract io.vertx.core.net.KeyStoreOptionsBase copy();
    descriptor: ()Lio/vertx/core/net/KeyStoreOptionsBase;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

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

  private io.vertx.core.buffer.Buffer lambda$0(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)Lio/vertx/core/buffer/Buffer;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.net.KeyStoreOptionsBase this
         0: .line 142
            aload 1
            invokeinterface io.vertx.core.Vertx.fileSystem:()Lio/vertx/core/file/FileSystem;
            aload 1
            checkcast io.vertx.core.impl.VertxInternal
            aload 0 /* this */
            getfield io.vertx.core.net.KeyStoreOptionsBase.path:Ljava/lang/String;
            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;
            areturn
        end local 0 // io.vertx.core.net.KeyStoreOptionsBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/KeyStoreOptionsBase;
}
SourceFile: "KeyStoreOptionsBase.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles