public class io.vertx.core.net.PemTrustOptions implements io.vertx.core.net.TrustOptions, java.lang.Cloneable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.core.net.PemTrustOptions
  super_class: java.lang.Object
{
  private java.util.ArrayList<java.lang.String> certPaths;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/ArrayList<Ljava/lang/String;>;

  private java.util.ArrayList<io.vertx.core.buffer.Buffer> certValues;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/ArrayList<Lio/vertx/core/buffer/Buffer;>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.net.PemTrustOptions this
         0: .line 69
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 70
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield io.vertx.core.net.PemTrustOptions.certPaths:Ljava/util/ArrayList;
         2: .line 71
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield io.vertx.core.net.PemTrustOptions.certValues:Ljava/util/ArrayList;
         3: .line 72
            return
        end local 0 // io.vertx.core.net.PemTrustOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/core/net/PemTrustOptions;

  public void <init>(io.vertx.core.net.PemTrustOptions);
    descriptor: (Lio/vertx/core/net/PemTrustOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.core.net.PemTrustOptions this
        start local 1 // io.vertx.core.net.PemTrustOptions other
         0: .line 80
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 81
            aload 0 /* this */
            new java.util.ArrayList
            dup
            aload 1 /* other */
            invokevirtual io.vertx.core.net.PemTrustOptions.getCertPaths:()Ljava/util/List;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            putfield io.vertx.core.net.PemTrustOptions.certPaths:Ljava/util/ArrayList;
         2: .line 82
            aload 0 /* this */
            new java.util.ArrayList
            dup
            aload 1 /* other */
            invokevirtual io.vertx.core.net.PemTrustOptions.getCertValues:()Ljava/util/List;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            putfield io.vertx.core.net.PemTrustOptions.certValues:Ljava/util/ArrayList;
         3: .line 83
            return
        end local 1 // io.vertx.core.net.PemTrustOptions other
        end local 0 // io.vertx.core.net.PemTrustOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lio/vertx/core/net/PemTrustOptions;
            0    4     1  other  Lio/vertx/core/net/PemTrustOptions;
    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.PemTrustOptions this
        start local 1 // io.vertx.core.json.JsonObject json
         0: .line 91
            aload 0 /* this */
            invokespecial io.vertx.core.net.PemTrustOptions.<init>:()V
         1: .line 92
            aload 1 /* json */
            aload 0 /* this */
            invokestatic io.vertx.core.net.PemTrustOptionsConverter.fromJson:(Ljava/lang/Iterable;Lio/vertx/core/net/PemTrustOptions;)V
         2: .line 93
            return
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.core.net.PemTrustOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/net/PemTrustOptions;
            0    3     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.PemTrustOptions this
         0: .line 101
            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 102
            aload 0 /* this */
            aload 1 /* json */
            invokestatic io.vertx.core.net.PemTrustOptionsConverter.toJson:(Lio/vertx/core/net/PemTrustOptions;Lio/vertx/core/json/JsonObject;)V
         2: .line 103
            aload 1 /* json */
            areturn
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.core.net.PemTrustOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/net/PemTrustOptions;
            1    3     1  json  Lio/vertx/core/json/JsonObject;

  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.PemTrustOptions this
         0: .line 110
            aload 0 /* this */
            getfield io.vertx.core.net.PemTrustOptions.certPaths:Ljava/util/ArrayList;
            areturn
        end local 0 // io.vertx.core.net.PemTrustOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/PemTrustOptions;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  public io.vertx.core.net.PemTrustOptions addCertPath(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/net/PemTrustOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.PemTrustOptions this
        start local 1 // java.lang.String certPath
         0: .line 121
            aload 1 /* certPath */
            ldc "No null certificate accepted"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 122
            aload 1 /* certPath */
            invokevirtual java.lang.String.isEmpty:()Z
            ifeq 2
            iconst_0
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_1
      StackMap locals:
      StackMap stack: int
         3: ldc "No empty certificate path accepted"
            invokestatic io.vertx.core.impl.Arguments.require:(ZLjava/lang/String;)V
         4: .line 123
            aload 0 /* this */
            getfield io.vertx.core.net.PemTrustOptions.certPaths:Ljava/util/ArrayList;
            aload 1 /* certPath */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         5: .line 124
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String certPath
        end local 0 // io.vertx.core.net.PemTrustOptions this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lio/vertx/core/net/PemTrustOptions;
            0    6     1  certPath  Ljava/lang/String;
    Exceptions:
      throws java.lang.NullPointerException
    MethodParameters:
          Name  Flags
      certPath  

  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.PemTrustOptions this
         0: .line 132
            aload 0 /* this */
            getfield io.vertx.core.net.PemTrustOptions.certValues:Ljava/util/ArrayList;
            areturn
        end local 0 // io.vertx.core.net.PemTrustOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/PemTrustOptions;
    Signature: ()Ljava/util/List<Lio/vertx/core/buffer/Buffer;>;

  public io.vertx.core.net.PemTrustOptions addCertValue(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/net/PemTrustOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.PemTrustOptions this
        start local 1 // io.vertx.core.buffer.Buffer certValue
         0: .line 143
            aload 1 /* certValue */
            ldc "No null certificate accepted"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 144
            aload 0 /* this */
            getfield io.vertx.core.net.PemTrustOptions.certValues:Ljava/util/ArrayList;
            aload 1 /* certValue */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         2: .line 145
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.buffer.Buffer certValue
        end local 0 // io.vertx.core.net.PemTrustOptions this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lio/vertx/core/net/PemTrustOptions;
            0    3     1  certValue  Lio/vertx/core/buffer/Buffer;
    Exceptions:
      throws java.lang.NullPointerException
    MethodParameters:
           Name  Flags
      certValue  

  public io.vertx.core.net.PemTrustOptions clone();
    descriptor: ()Lio/vertx/core/net/PemTrustOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.net.PemTrustOptions this
         0: .line 150
            new io.vertx.core.net.PemTrustOptions
            dup
            aload 0 /* this */
            invokespecial io.vertx.core.net.PemTrustOptions.<init>:(Lio/vertx/core/net/PemTrustOptions;)V
            areturn
        end local 0 // io.vertx.core.net.PemTrustOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/PemTrustOptions;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.core.net.PemTrustOptions this
        start local 1 // java.lang.Object o
         0: .line 155
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 156
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 2
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 158
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.core.net.PemTrustOptions
            astore 2 /* that */
        start local 2 // io.vertx.core.net.PemTrustOptions that
         4: .line 160
            aload 0 /* this */
            getfield io.vertx.core.net.PemTrustOptions.certPaths:Ljava/util/ArrayList;
            aload 2 /* that */
            getfield io.vertx.core.net.PemTrustOptions.certPaths:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.equals:(Ljava/lang/Object;)Z
            ifne 5
            iconst_0
            ireturn
         5: .line 161
      StackMap locals: io.vertx.core.net.PemTrustOptions
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.net.PemTrustOptions.certValues:Ljava/util/ArrayList;
            aload 2 /* that */
            getfield io.vertx.core.net.PemTrustOptions.certValues:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.core.net.PemTrustOptions that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.core.net.PemTrustOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/vertx/core/net/PemTrustOptions;
            0    6     1     o  Ljava/lang/Object;
            4    6     2  that  Lio/vertx/core/net/PemTrustOptions;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.core.net.PemTrustOptions this
         0: .line 166
            aload 0 /* this */
            getfield io.vertx.core.net.PemTrustOptions.certPaths:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.hashCode:()I
            istore 1 /* result */
        start local 1 // int result
         1: .line 167
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.core.net.PemTrustOptions.certValues:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.hashCode:()I
            iadd
            istore 1 /* result */
         2: .line 168
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // io.vertx.core.net.PemTrustOptions this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/vertx/core/net/PemTrustOptions;
            1    3     1  result  I

  public io.vertx.core.net.TrustOptions clone();
    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.PemTrustOptions.clone:()Lio/vertx/core/net/PemTrustOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    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.PemTrustOptions.clone:()Lio/vertx/core/net/PemTrustOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.CloneNotSupportedException
}
SourceFile: "PemTrustOptions.java"
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.DataObject(generateConverter = true, publicConverter = false)