Toggle table of contents
2.x-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
xtdb-core
/
xtdb.api
/
PasswordHash
/
BCrypt
BCrypt
@
Serializable
(
with
=
PasswordHash.BCrypt.Serde::class
)
@
SerialName
(
value
=
"!BCrypt"
)
data
class
BCrypt
(
val
encoded
:
String
)
:
PasswordHash
Members
Constructors
BCrypt
Link copied to clipboard
constructor
(
encoded
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
encoded
Link copied to clipboard
open
override
val
encoded
:
String
Functions
verify
Link copied to clipboard
open
override
fun
verify
(
password
:
String
)
:
Boolean