exposed
Toggle table of contents
1.5.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
exposed
exposed-crypt
/
org.jetbrains.exposed.v1.crypt
/
Hasher
/
matches
matches
abstract
fun
matches
(
plainText
:
String
,
encodedValue
:
String
)
:
Boolean
Returns whether
plainText
hashes to
encodedValue
, which is expected to be an already hashed value.