exposed
Toggle table of contents
1.0.0-beta-5
jvm
Platform filter
jvm
Switch theme
Search in API
exposed
exposed-crypt
/
org.jetbrains.exposed.v1.crypt
/
Encryptor
/
Encryptor
Encryptor
constructor
(
encryptFn
:
(
String
)
->
String
,
decryptFn
:
(
String
)
->
String
,
maxColLengthFn
:
(
Int
)
->
Int
)