toggle menu
security-models
JVM
switch theme
search in API
security-models
/
org.cryptotrader.security.library.entity.key
/
EncryptedKey
Encrypted
Key
@
Entity
open
class
EncryptedKey
:
Identifiable
,
KeyEncrypter
Members
Constructors
Encrypted
Key
Link copied to clipboard
constructor
(
user
:
ProductUser
,
keyType
:
KeyType
)
constructor
(
user
:
ProductUser
,
apiKey
:
String
,
keyType
:
KeyType
)
Functions
decrypt
Link copied to clipboard
open
fun
decrypt
(
key
:
String
)
:
String
encrypt
Link copied to clipboard
open
fun
encrypt
(
key
:
String
)
:
String
get
Id
Link copied to clipboard
open
fun
getId
(
)
:
Long
set
Encrypter
Delegate
Link copied to clipboard
open
fun
setEncrypterDelegate
(
encrypterDelegate
:
KeyEncrypter
)
set
Id
Link copied to clipboard
open
fun
setId
(
id
:
Long
)