class Algorithm
(source)
A PasswordHash algorithm.
static fun argon2i13(): Algorithm |
|
static fun argon2id13(): Algorithm |
|
fun equals(other: Any?): Boolean |
|
fun hashCode(): Int |
|
fun isSupported(): Boolean |
|
fun name(): String |
|
static fun recommended(): Algorithm |
|
fun toString(): String |