Trevixal API
Preparing search index...
@trevixal/extension-security
EncryptWithKeyParams
Interface EncryptWithKeyParams
Parameters for
encryptWithKey
: the salt and rounds the key was derived with.
interface
EncryptWithKeyParams
{
expiresAt
?:
number
|
null
;
iterations
:
number
;
salt
:
Uint8Array
<
ArrayBuffer
>
;
title
?:
string
;
}
Index
Properties
expires
At?
iterations
salt
title?
Properties
Optional
Readonly
expires
At
expiresAt
?:
number
|
null
Readonly
iterations
iterations
:
number
Readonly
salt
salt
:
Uint8Array
<
ArrayBuffer
>
Optional
Readonly
title
title
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
expires
At
iterations
salt
title
Trevixal API
Loading...
Parameters for encryptWithKey: the salt and rounds the key was derived with.