public interface io.vertx.ext.auth.HashingAlgorithm
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.ext.auth.HashingAlgorithm
  super_class: java.lang.Object
{
  public abstract java.lang.String id();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public java.util.Set<java.lang.String> params();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.auth.HashingAlgorithm this
         0: .line 45
            invokestatic java.util.Collections.emptySet:()Ljava/util/Set;
            areturn
        end local 0 // io.vertx.ext.auth.HashingAlgorithm this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/auth/HashingAlgorithm;
    Signature: ()Ljava/util/Set<Ljava/lang/String;>;

  public abstract java.lang.String hash(io.vertx.ext.auth.HashString, java.lang.String);
    descriptor: (Lio/vertx/ext/auth/HashString;Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore()
    MethodParameters:
            Name  Flags
      hashString  
      password    

  public boolean needsSeparator();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.auth.HashingAlgorithm this
         0: .line 61
            iconst_1
            ireturn
        end local 0 // io.vertx.ext.auth.HashingAlgorithm this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/auth/HashingAlgorithm;
}
SourceFile: "HashingAlgorithm.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()