toggle menu
few
jvm
switch theme
search in API
security
/
security.encryptor
/
IdEncryptor
Id
Encryptor
class
IdEncryptor
(
algorithm
:
String
,
secretKey
:
String
,
transformation
:
String
,
keySize
:
Int
,
iv
:
String
)
:
Encryptor
<
String
,
String
>
Members
Constructors
Id
Encryptor
Link copied to clipboard
constructor
(
algorithm
:
String
,
secretKey
:
String
,
transformation
:
String
,
keySize
:
Int
,
iv
:
String
)
Functions
decrypt
Link copied to clipboard
open
override
fun
decrypt
(
encryptedText
:
String
)
:
String
encrypt
Link copied to clipboard
open
override
fun
encrypt
(
plainText
:
String
)
:
String