toggle menu
security-config
JVM
switch theme
search in API
security-config
/
org.cryptotrader.security.library.config
/
SecurityPropertiesConfig
/
Encryption
Encryption
data
class
Encryption
(
val
tink
:
SecurityPropertiesConfig.Encryption.Tink
=
Tink()
)
Members
Constructors
Encryption
Link copied to clipboard
constructor
(
tink
:
SecurityPropertiesConfig.Encryption.Tink
=
Tink()
)
Types
Tink
Link copied to clipboard
data
class
Tink
(
val
keysetPath
:
String
=
"file:./tink/aead.json"
)
Properties
tink
Link copied to clipboard
val
tink
:
SecurityPropertiesConfig.Encryption.Tink