class Algorithm
(source)
A PasswordHash algorithm.
argon2i13 |
Returns the version 1.3 of the Argon2i algorithm. static fun argon2i13(): Algorithm! |
argon2id13 |
Returns the version 1.3 of the Argon2id algorithm. static fun argon2id13(): Algorithm! |
equals |
fun equals(other: Any?): Boolean |
hashCode |
fun hashCode(): Int |
isSupported |
fun isSupported(): Boolean |
name |
fun name(): String! |
recommended |
Returns the currently recommended algorithm static fun recommended(): Algorithm! |
toString |
fun toString(): String |