class io.vertx.core.net.impl.VertxTrustManagerFactory extends javax.net.ssl.TrustManagerFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.core.net.impl.VertxTrustManagerFactory
  super_class: javax.net.ssl.TrustManagerFactory
{
  private static final java.security.Provider PROVIDER;
    descriptor: Ljava/security/Provider;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=0, args_size=0
         0: .line 27
            new io.vertx.core.net.impl.VertxTrustManagerFactory$1
            dup
            ldc ""
            dconst_0
            ldc ""
            invokespecial io.vertx.core.net.impl.VertxTrustManagerFactory$1.<init>:(Ljava/lang/String;DLjava/lang/String;)V
            putstatic io.vertx.core.net.impl.VertxTrustManagerFactory.PROVIDER:Ljava/security/Provider;
         1: .line 28
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(javax.net.ssl.TrustManager[]);
    descriptor: ([Ljavax/net/ssl/TrustManager;)V
    flags: (0x0080) ACC_VARARGS
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.core.net.impl.VertxTrustManagerFactory this
        start local 1 // javax.net.ssl.TrustManager[] tm
         0: .line 31
            aload 0 /* this */
            new io.vertx.core.net.impl.VertxTrustManagerFactory$2
            dup
            aload 1 /* tm */
            invokespecial io.vertx.core.net.impl.VertxTrustManagerFactory$2.<init>:([Ljavax/net/ssl/TrustManager;)V
         1: .line 44
            getstatic io.vertx.core.net.impl.VertxTrustManagerFactory.PROVIDER:Ljava/security/Provider;
            ldc ""
            invokespecial javax.net.ssl.TrustManagerFactory.<init>:(Ljavax/net/ssl/TrustManagerFactorySpi;Ljava/security/Provider;Ljava/lang/String;)V
         2: .line 45
            return
        end local 1 // javax.net.ssl.TrustManager[] tm
        end local 0 // io.vertx.core.net.impl.VertxTrustManagerFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/net/impl/VertxTrustManagerFactory;
            0    3     1    tm  [Ljavax/net/ssl/TrustManager;
    MethodParameters:
      Name  Flags
      tm    
}
SourceFile: "VertxTrustManagerFactory.java"
NestMembers:
  io.vertx.core.net.impl.VertxTrustManagerFactory$1  io.vertx.core.net.impl.VertxTrustManagerFactory$2
InnerClasses:
  io.vertx.core.net.impl.VertxTrustManagerFactory$1
  io.vertx.core.net.impl.VertxTrustManagerFactory$2