Toggle table of contents
2.x-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
xtdb-core
/
xtdb.api
/
PasswordHash
/
Companion
Companion
object
Companion
Members
Functions
argon2id
Link copied to clipboard
@
JvmStatic
fun
argon2id
(
password
:
String
)
:
PasswordHash.Argon2id
bcrypt
Link copied to clipboard
@
JvmStatic
fun
bcrypt
(
password
:
String
)
:
PasswordHash.BCrypt
random
Salt
Link copied to clipboard
fun
randomSalt
(
length
:
Int
)
:
ByteArray