| Package | Description | 
|---|---|
| io.vertx.ext.auth | |
| io.vertx.reactivex.ext.auth | |
| io.vertx.rxjava.ext.auth | |
| io.vertx.rxjava3.ext.auth | 
| Modifier and Type | Method and Description | 
|---|---|
HashingAlgorithm | 
HashingStrategy.get(String id)
Get an algorithm interface by its Id 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static String | 
HashString.encode(HashingAlgorithm algorithm,
      Map<String,String> params,
      String salt,
      String hash)  | 
HashingStrategy | 
HashingStrategy.put(String id,
   HashingAlgorithm algorithm)
Put or replace an algorithm into the list of system loaded algorithms. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
HashingAlgorithm | 
HashingAlgorithm.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static HashingAlgorithm | 
HashingAlgorithm.newInstance(HashingAlgorithm arg)  | 
| Constructor and Description | 
|---|
HashingAlgorithm(HashingAlgorithm delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
HashingAlgorithm | 
HashingAlgorithm.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static HashingAlgorithm | 
HashingAlgorithm.newInstance(HashingAlgorithm arg)  | 
| Constructor and Description | 
|---|
HashingAlgorithm(HashingAlgorithm delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
HashingAlgorithm | 
HashingAlgorithm.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static HashingAlgorithm | 
HashingAlgorithm.newInstance(HashingAlgorithm arg)  | 
| Constructor and Description | 
|---|
HashingAlgorithm(HashingAlgorithm delegate)  | 
Copyright © 2022 Eclipse. All rights reserved.