| Package | Description | 
|---|---|
| io.vertx.rxjava.ext.auth.jdbc | 
| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.TypeArg<JDBCHashStrategy> | 
JDBCHashStrategy.__TYPE_ARG  | 
| Modifier and Type | Method and Description | 
|---|---|
static JDBCHashStrategy | 
JDBCHashStrategy.createPBKDF2(Vertx vertx)
Implements a Hashing Strategy as per https://www.owasp.org/index.php/Password_Storage_Cheat_Sheet (2018-01-17). 
 | 
static JDBCHashStrategy | 
JDBCHashStrategy.createSHA512(Vertx vertx)
This is the current backwards compatible hashing implementation, new applications should prefer the
 PBKDF2 implementation, unless the tradeoff between security and CPU usage is an option. 
 | 
static JDBCHashStrategy | 
JDBCHashStrategy.newInstance(JDBCHashStrategy arg)  | 
Copyright © 2020 Eclipse. All rights reserved.