m8ty-api-server
Toggle table of contents
1.114.0
jvm
Platform filter
jvm
Switch theme
Search in API
m8ty-api-server
m8ty-encryption - m8ty Encryption Services
/
eu.m8ty.encryption
/
EncryptionSetting
Encryption
Setting
@
ConfigurationProperties
(
prefix
=
"m8ty.encryption"
)
data
class
EncryptionSetting
(
var
key
:
String
,
var
salt
:
String
?
=
null
)
Members
Constructors
Encryption
Setting
Link copied to clipboard
constructor
(
key
:
String
,
salt
:
String
?
=
null
)
Properties
key
Link copied to clipboard
var
key
:
String
salt
Link copied to clipboard
var
salt
:
String
?