@FunctionalInterface public interface DigestMethod extends java.util.function.BiFunction<String,String,String>
| Modifier and Type | Interface and Description |
|---|---|
static class |
DigestMethod.PBKDF2 |
| Modifier and Type | Field and Description |
|---|---|
static Map<String,DigestMethod> |
digestMethods |
| Modifier and Type | Method and Description |
|---|---|
default String |
digest(String credentials,
String saltString) |
static DigestMethod |
forName(String name) |
static String |
newSalt() |
andThen, applystatic final Map<String,DigestMethod> digestMethods
static DigestMethod forName(String name)
static String newSalt() throws NoSuchAlgorithmException
NoSuchAlgorithmExceptionCopyright © 2020 Prompto. All rights reserved.