class io.vertx.ext.jwt.JWK$2 extends java.util.HashMap<java.lang.String, java.lang.String>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.ext.jwt.JWK$2
  super_class: java.util.HashMap
{
  final io.vertx.ext.jwt.JWK this$0;
    descriptor: Lio/vertx/ext/jwt/JWK;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.vertx.ext.jwt.JWK);
    descriptor: (Lio/vertx/ext/jwt/JWK;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.jwt.JWK$2 this
         0: .line 143
            aload 0 /* this */
            aload 1
            putfield io.vertx.ext.jwt.JWK$2.this$0:Lio/vertx/ext/jwt/JWK;
            aload 0 /* this */
            invokespecial java.util.HashMap.<init>:()V
         1: .line 144
            aload 0 /* this */
            ldc "HS256"
            ldc "HMacSHA256"
            invokevirtual io.vertx.ext.jwt.JWK$2.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 145
            aload 0 /* this */
            ldc "HS384"
            ldc "HMacSHA384"
            invokevirtual io.vertx.ext.jwt.JWK$2.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 146
            aload 0 /* this */
            ldc "HS512"
            ldc "HMacSHA512"
            invokevirtual io.vertx.ext.jwt.JWK$2.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 143
            return
        end local 0 // io.vertx.ext.jwt.JWK$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/ext/jwt/JWK$2;
    MethodParameters:
        Name  Flags
      this$0  final
}
Signature: Ljava/util/HashMap<Ljava/lang/String;Ljava/lang/String;>;
SourceFile: "JWK.java"
EnclosingMethod: io.vertx.ext.jwt.JWK.<init>:(Ljava/lang/String;Ljava/lang/String;)V
NestHost: io.vertx.ext.jwt.JWK
InnerClasses:
  io.vertx.ext.jwt.JWK$2