@Deprecated public class JDBCHashStrategy extends Object implements io.vertx.lang.rx.RxDelegate
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<JDBCHashStrategy> |
__TYPE_ARG
Deprecated.
|
Constructor and Description |
---|
JDBCHashStrategy(JDBCHashStrategy delegate)
Deprecated.
|
JDBCHashStrategy(Object delegate)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
computeHash(String password,
String salt,
int version)
Deprecated.
|
static JDBCHashStrategy |
createPBKDF2(Vertx vertx)
Deprecated.
|
static JDBCHashStrategy |
createSHA512(Vertx vertx)
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
String |
generateSalt()
Deprecated.
|
JDBCHashStrategy |
getDelegate()
Deprecated.
|
String |
getHashedStoredPwd(JsonArray row)
Deprecated.
|
String |
getSalt(JsonArray row)
Deprecated.
|
int |
hashCode()
Deprecated.
|
static boolean |
isEqual(String hasha,
String hashb)
Deprecated.
|
static JDBCHashStrategy |
newInstance(JDBCHashStrategy arg)
Deprecated.
|
void |
setNonces(JsonArray nonces)
Deprecated.
|
String |
toString()
Deprecated.
|
public static final io.vertx.lang.rx.TypeArg<JDBCHashStrategy> __TYPE_ARG
public JDBCHashStrategy(JDBCHashStrategy delegate)
public JDBCHashStrategy(Object delegate)
public JDBCHashStrategy getDelegate()
getDelegate
in interface io.vertx.lang.rx.RxDelegate
@Deprecated public static JDBCHashStrategy createSHA512(Vertx vertx)
vertx
- the vert.x instance@Deprecated public static JDBCHashStrategy createPBKDF2(Vertx vertx)
vertx
- the vert.x instance@Deprecated public String generateSalt()
@Deprecated public String computeHash(String password, String salt, int version)
password
- the unhashed passwordsalt
- the saltversion
- the nonce version to use@Deprecated public String getHashedStoredPwd(JsonArray row)
row
- the row@Deprecated public String getSalt(JsonArray row)
row
- the row@Deprecated public void setNonces(JsonArray nonces)
nonces
- a json array.@Deprecated public static boolean isEqual(String hasha, String hashb)
hasha
- hash a to comparehashb
- hash b to comparepublic static JDBCHashStrategy newInstance(JDBCHashStrategy arg)
Copyright © 2025 Eclipse. All rights reserved.