public interface io.vertx.ext.auth.mongo.HashStrategy
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.ext.auth.mongo.HashStrategy
  super_class: java.lang.Object
{
  public abstract java.lang.String computeHash(java.lang.String, io.vertx.ext.auth.User);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/auth/User;)Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      password  
      user      

  public abstract java.lang.String getStoredPwd(io.vertx.ext.auth.User);
    descriptor: (Lio/vertx/ext/auth/User;)Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      user  

  public abstract java.lang.String getSalt(io.vertx.ext.auth.User);
    descriptor: (Lio/vertx/ext/auth/User;)Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.Nullable()
    MethodParameters:
      Name  Flags
      user  

  public abstract void setExternalSalt(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      salt  

  public abstract void setSaltStyle(io.vertx.ext.auth.mongo.HashSaltStyle);
    descriptor: (Lio/vertx/ext/auth/mongo/HashSaltStyle;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      saltStyle  

  public abstract io.vertx.ext.auth.mongo.HashSaltStyle getSaltStyle();
    descriptor: ()Lio/vertx/ext/auth/mongo/HashSaltStyle;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void setAlgorithm(io.vertx.ext.auth.mongo.HashAlgorithm);
    descriptor: (Lio/vertx/ext/auth/mongo/HashAlgorithm;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      algorithm  
}
SourceFile: "HashStrategy.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()