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
/
Hashed
/
matches
matches
fun
matches
(
plainText
:
String
)
:
Boolean
Returns whether
plainText
hashes to this value, as determined by the
Hasher
that produced it.