toggle menu
security-services
JVM
switch theme
search in API
security-services
/
org.cryptotrader.security.library.service
/
EncryptionService
Encryption
Service
class
EncryptionService
(
keysetPath
:
String
)
Members
Constructors
Encryption
Service
Link copied to clipboard
constructor
(
keysetPath
:
String
)
Functions
decrypt
Link copied to clipboard
fun
decrypt
(
bytes
:
ByteArray
)
:
ByteArray
encrypt
Link copied to clipboard
fun
encrypt
(
bytes
:
ByteArray
,
keyAlias
:
String
?
=
null
)
:
ByteArray