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