Preparing search index...
The search index is not available
@multiversx/sdk-core - v13.15.0
@multiversx/sdk-core
EncryptedData
Class EncryptedData
Index
Constructors
constructor
Properties
cipher
ciphertext
id
iv
kdf
kdfparams
mac
salt
version
Methods
toJSON
fromJSON
Constructors
constructor
new
EncryptedData
(
data
:
Omit
<
EncryptedData
,
"toJSON"
>
)
:
EncryptedData
Parameters
data
:
Omit
<
EncryptedData
,
"toJSON"
>
Returns
EncryptedData
Properties
cipher
cipher
:
string
ciphertext
ciphertext
:
string
id
id
:
string
iv
iv
:
string
kdf
kdf
:
string
kdfparams
kdfparams
:
ScryptKeyDerivationParams
mac
mac
:
string
salt
salt
:
string
version
version
:
number
Methods
toJSON
toJSON
()
:
any
Returns
any
Static
fromJSON
fromJSON
(
data
:
any
)
:
EncryptedData
Parameters
data
:
any
Returns
EncryptedData
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
cipher
ciphertext
id
iv
kdf
kdfparams
mac
salt
version
Methods
toJSON
fromJSON
@multiversx/sdk-core - v13.15.0
Loading...