public interface io.vertx.core.net.TrustOptions
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.core.net.TrustOptions
  super_class: java.lang.Object
{
  public abstract io.vertx.core.net.TrustOptions copy();
    descriptor: ()Lio/vertx/core/net/TrustOptions;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract javax.net.ssl.TrustManagerFactory getTrustManagerFactory(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)Ljavax/net/ssl/TrustManagerFactory;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
       Name  Flags
      vertx  

  public abstract 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    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  
}
SourceFile: "TrustOptions.java"