public class io.vertx.ext.auth.PubSecKeyOptions
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.auth.PubSecKeyOptions
  super_class: java.lang.Object
{
  private java.lang.String algorithm;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

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

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

  private boolean certificate;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Boolean symmetric;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE

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

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.auth.PubSecKeyOptions this
         0: .line 26
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 27
            return
        end local 0 // io.vertx.ext.auth.PubSecKeyOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/auth/PubSecKeyOptions;

  public void <init>(io.vertx.ext.auth.PubSecKeyOptions);
    descriptor: (Lio/vertx/ext/auth/PubSecKeyOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.auth.PubSecKeyOptions this
        start local 1 // io.vertx.ext.auth.PubSecKeyOptions other
         0: .line 34
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 35
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.ext.auth.PubSecKeyOptions.getAlgorithm:()Ljava/lang/String;
            putfield io.vertx.ext.auth.PubSecKeyOptions.algorithm:Ljava/lang/String;
         2: .line 36
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.ext.auth.PubSecKeyOptions.getBuffer:()Ljava/lang/String;
            putfield io.vertx.ext.auth.PubSecKeyOptions.buffer:Ljava/lang/String;
         3: .line 37
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.ext.auth.PubSecKeyOptions.getId:()Ljava/lang/String;
            putfield io.vertx.ext.auth.PubSecKeyOptions.id:Ljava/lang/String;
         4: .line 38
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.ext.auth.PubSecKeyOptions.getPublicKey:()Ljava/lang/String;
            putfield io.vertx.ext.auth.PubSecKeyOptions.publicKey:Ljava/lang/String;
         5: .line 39
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.ext.auth.PubSecKeyOptions.getSecretKey:()Ljava/lang/String;
            putfield io.vertx.ext.auth.PubSecKeyOptions.secretKey:Ljava/lang/String;
         6: .line 40
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.ext.auth.PubSecKeyOptions.isSymmetric:()Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            putfield io.vertx.ext.auth.PubSecKeyOptions.symmetric:Ljava/lang/Boolean;
         7: .line 41
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.ext.auth.PubSecKeyOptions.isCertificate:()Z
            putfield io.vertx.ext.auth.PubSecKeyOptions.certificate:Z
         8: .line 42
            return
        end local 1 // io.vertx.ext.auth.PubSecKeyOptions other
        end local 0 // io.vertx.ext.auth.PubSecKeyOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lio/vertx/ext/auth/PubSecKeyOptions;
            0    9     1  other  Lio/vertx/ext/auth/PubSecKeyOptions;
    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.ext.auth.PubSecKeyOptions this
        start local 1 // io.vertx.core.json.JsonObject json
         0: .line 49
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 50
            aload 1 /* json */
            aload 0 /* this */
            invokestatic io.vertx.ext.auth.PubSecKeyOptionsConverter.fromJson:(Ljava/lang/Iterable;Lio/vertx/ext/auth/PubSecKeyOptions;)V
         2: .line 51
            return
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.ext.auth.PubSecKeyOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/auth/PubSecKeyOptions;
            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.ext.auth.PubSecKeyOptions this
         0: .line 54
            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 55
            aload 0 /* this */
            aload 1 /* json */
            invokestatic io.vertx.ext.auth.PubSecKeyOptionsConverter.toJson:(Lio/vertx/ext/auth/PubSecKeyOptions;Lio/vertx/core/json/JsonObject;)V
         2: .line 56
            aload 1 /* json */
            areturn
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.ext.auth.PubSecKeyOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/auth/PubSecKeyOptions;
            1    3     1  json  Lio/vertx/core/json/JsonObject;

  public java.lang.String getAlgorithm();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.auth.PubSecKeyOptions this
         0: .line 60
            aload 0 /* this */
            getfield io.vertx.ext.auth.PubSecKeyOptions.algorithm:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.ext.auth.PubSecKeyOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/auth/PubSecKeyOptions;

  public io.vertx.ext.auth.PubSecKeyOptions setAlgorithm(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/auth/PubSecKeyOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.auth.PubSecKeyOptions this
        start local 1 // java.lang.String algorithm
         0: .line 64
            aload 0 /* this */
            aload 1 /* algorithm */
            putfield io.vertx.ext.auth.PubSecKeyOptions.algorithm:Ljava/lang/String;
         1: .line 65
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String algorithm
        end local 0 // io.vertx.ext.auth.PubSecKeyOptions this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/ext/auth/PubSecKeyOptions;
            0    2     1  algorithm  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      algorithm  

  public java.lang.String getBuffer();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.auth.PubSecKeyOptions this
         0: .line 73
            aload 0 /* this */
            getfield io.vertx.ext.auth.PubSecKeyOptions.buffer:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.ext.auth.PubSecKeyOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/auth/PubSecKeyOptions;

  public io.vertx.ext.auth.PubSecKeyOptions setBuffer(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/auth/PubSecKeyOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.auth.PubSecKeyOptions this
        start local 1 // java.lang.String buffer
         0: .line 81
            aload 0 /* this */
            aload 1 /* buffer */
            putfield io.vertx.ext.auth.PubSecKeyOptions.buffer:Ljava/lang/String;
         1: .line 82
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String buffer
        end local 0 // io.vertx.ext.auth.PubSecKeyOptions this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/ext/auth/PubSecKeyOptions;
            0    2     1  buffer  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      buffer  

  public java.lang.String getId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.auth.PubSecKeyOptions this
         0: .line 86
            aload 0 /* this */
            getfield io.vertx.ext.auth.PubSecKeyOptions.id:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.ext.auth.PubSecKeyOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/auth/PubSecKeyOptions;

  public io.vertx.ext.auth.PubSecKeyOptions setId(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/auth/PubSecKeyOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.auth.PubSecKeyOptions this
        start local 1 // java.lang.String id
         0: .line 90
            aload 0 /* this */
            aload 1 /* id */
            putfield io.vertx.ext.auth.PubSecKeyOptions.id:Ljava/lang/String;
         1: .line 91
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String id
        end local 0 // io.vertx.ext.auth.PubSecKeyOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/auth/PubSecKeyOptions;
            0    2     1    id  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      id    

  public java.lang.String getPublicKey();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.auth.PubSecKeyOptions this
         0: .line 96
            aload 0 /* this */
            getfield io.vertx.ext.auth.PubSecKeyOptions.publicKey:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.ext.auth.PubSecKeyOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/auth/PubSecKeyOptions;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public io.vertx.ext.auth.PubSecKeyOptions setPublicKey(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/auth/PubSecKeyOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.auth.PubSecKeyOptions this
        start local 1 // java.lang.String publicKey
         0: .line 115
            aload 0 /* this */
            aload 1 /* publicKey */
            putfield io.vertx.ext.auth.PubSecKeyOptions.publicKey:Ljava/lang/String;
         1: .line 116
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String publicKey
        end local 0 // io.vertx.ext.auth.PubSecKeyOptions this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/ext/auth/PubSecKeyOptions;
            0    2     1  publicKey  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
           Name  Flags
      publicKey  

  public java.lang.String getSecretKey();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.auth.PubSecKeyOptions this
         0: .line 121
            aload 0 /* this */
            getfield io.vertx.ext.auth.PubSecKeyOptions.secretKey:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.ext.auth.PubSecKeyOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/auth/PubSecKeyOptions;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public io.vertx.ext.auth.PubSecKeyOptions setSecretKey(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/auth/PubSecKeyOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.auth.PubSecKeyOptions this
        start local 1 // java.lang.String secretKey
         0: .line 140
            aload 0 /* this */
            aload 1 /* secretKey */
            putfield io.vertx.ext.auth.PubSecKeyOptions.secretKey:Ljava/lang/String;
         1: .line 141
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String secretKey
        end local 0 // io.vertx.ext.auth.PubSecKeyOptions this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/ext/auth/PubSecKeyOptions;
            0    2     1  secretKey  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
           Name  Flags
      secretKey  

  public boolean isSymmetric();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.auth.PubSecKeyOptions this
         0: .line 146
            aload 0 /* this */
            getfield io.vertx.ext.auth.PubSecKeyOptions.symmetric:Ljava/lang/Boolean;
            ifnonnull 3
         1: .line 148
            aload 0 /* this */
            getfield io.vertx.ext.auth.PubSecKeyOptions.algorithm:Ljava/lang/String;
            ldc "HS"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 2
            aload 0 /* this */
            getfield io.vertx.ext.auth.PubSecKeyOptions.publicKey:Ljava/lang/String;
            ifnonnull 2
            aload 0 /* this */
            getfield io.vertx.ext.auth.PubSecKeyOptions.secretKey:Ljava/lang/String;
            ifnull 2
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 150
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.auth.PubSecKeyOptions.symmetric:Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ireturn
        end local 0 // io.vertx.ext.auth.PubSecKeyOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/ext/auth/PubSecKeyOptions;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public io.vertx.ext.auth.PubSecKeyOptions setSymmetric(boolean);
    descriptor: (Z)Lio/vertx/ext/auth/PubSecKeyOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.auth.PubSecKeyOptions this
        start local 1 // boolean symmetric
         0: .line 155
            aload 0 /* this */
            iload 1 /* symmetric */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            putfield io.vertx.ext.auth.PubSecKeyOptions.symmetric:Ljava/lang/Boolean;
         1: .line 156
            aload 0 /* this */
            areturn
        end local 1 // boolean symmetric
        end local 0 // io.vertx.ext.auth.PubSecKeyOptions this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/ext/auth/PubSecKeyOptions;
            0    2     1  symmetric  Z
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
           Name  Flags
      symmetric  

  public boolean isCertificate();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.auth.PubSecKeyOptions this
         0: .line 161
            aload 0 /* this */
            getfield io.vertx.ext.auth.PubSecKeyOptions.certificate:Z
            ireturn
        end local 0 // io.vertx.ext.auth.PubSecKeyOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/auth/PubSecKeyOptions;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public io.vertx.ext.auth.PubSecKeyOptions setCertificate(boolean);
    descriptor: (Z)Lio/vertx/ext/auth/PubSecKeyOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.auth.PubSecKeyOptions this
        start local 1 // boolean certificate
         0: .line 166
            aload 0 /* this */
            iload 1 /* certificate */
            putfield io.vertx.ext.auth.PubSecKeyOptions.certificate:Z
         1: .line 167
            aload 0 /* this */
            areturn
        end local 1 // boolean certificate
        end local 0 // io.vertx.ext.auth.PubSecKeyOptions this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/ext/auth/PubSecKeyOptions;
            0    2     1  certificate  Z
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
             Name  Flags
      certificate  
}
SourceFile: "PubSecKeyOptions.java"
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.DataObject(generateConverter = true)