class io.vertx.core.net.impl.VertxTrustManagerFactory$2 extends javax.net.ssl.TrustManagerFactorySpi
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.core.net.impl.VertxTrustManagerFactory$2
  super_class: javax.net.ssl.TrustManagerFactorySpi
{
  private final javax.net.ssl.TrustManager[] val$tm;
    descriptor: [Ljavax/net/ssl/TrustManager;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(javax.net.ssl.TrustManager[]);
    descriptor: ([Ljavax/net/ssl/TrustManager;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.impl.VertxTrustManagerFactory$2 this
         0: .line 31
            aload 0 /* this */
            aload 1
            putfield io.vertx.core.net.impl.VertxTrustManagerFactory$2.val$tm:[Ljavax/net/ssl/TrustManager;
            aload 0 /* this */
            invokespecial javax.net.ssl.TrustManagerFactorySpi.<init>:()V
            return
        end local 0 // io.vertx.core.net.impl.VertxTrustManagerFactory$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/VertxTrustManagerFactory$2;
    MethodParameters:
        Name  Flags
      val$tm  final

  protected void engineInit(java.security.KeyStore);
    descriptor: (Ljava/security/KeyStore;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // io.vertx.core.net.impl.VertxTrustManagerFactory$2 this
        start local 1 // java.security.KeyStore keyStore
         0: .line 34
            return
        end local 1 // java.security.KeyStore keyStore
        end local 0 // io.vertx.core.net.impl.VertxTrustManagerFactory$2 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/vertx/core/net/impl/VertxTrustManagerFactory$2;
            0    1     1  keyStore  Ljava/security/KeyStore;
    Exceptions:
      throws java.security.KeyStoreException
    MethodParameters:
          Name  Flags
      keyStore  

  protected void engineInit(javax.net.ssl.ManagerFactoryParameters);
    descriptor: (Ljavax/net/ssl/ManagerFactoryParameters;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // io.vertx.core.net.impl.VertxTrustManagerFactory$2 this
        start local 1 // javax.net.ssl.ManagerFactoryParameters managerFactoryParameters
         0: .line 38
            return
        end local 1 // javax.net.ssl.ManagerFactoryParameters managerFactoryParameters
        end local 0 // io.vertx.core.net.impl.VertxTrustManagerFactory$2 this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    1     0                      this  Lio/vertx/core/net/impl/VertxTrustManagerFactory$2;
            0    1     1  managerFactoryParameters  Ljavax/net/ssl/ManagerFactoryParameters;
    MethodParameters:
                          Name  Flags
      managerFactoryParameters  

  protected javax.net.ssl.TrustManager[] engineGetTrustManagers();
    descriptor: ()[Ljavax/net/ssl/TrustManager;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.VertxTrustManagerFactory$2 this
         0: .line 42
            aload 0 /* this */
            getfield io.vertx.core.net.impl.VertxTrustManagerFactory$2.val$tm:[Ljavax/net/ssl/TrustManager;
            invokevirtual javax.net.ssl.TrustManager[].clone:()Ljava/lang/Object;
            checkcast javax.net.ssl.TrustManager[]
            areturn
        end local 0 // io.vertx.core.net.impl.VertxTrustManagerFactory$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/VertxTrustManagerFactory$2;
}
SourceFile: "VertxTrustManagerFactory.java"
EnclosingMethod: io.vertx.core.net.impl.VertxTrustManagerFactory.<init>:([Ljavax/net/ssl/TrustManager;)V
NestHost: io.vertx.core.net.impl.VertxTrustManagerFactory
InnerClasses:
  io.vertx.core.net.impl.VertxTrustManagerFactory$2