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.
|
Copyright © 2019 Eclipse. All rights reserved.