Preparing search index...
The search index is not available
signumjs
signumjs
crypto
EncryptedData
Interface EncryptedData
The interface for encrypted raw data
See
encryptData
interface
EncryptedData
{
data
:
Uint8Array
;
nonce
:
Uint8Array
;
}
Index
Properties
data
nonce
Properties
data
data
:
Uint8Array
nonce
nonce
:
Uint8Array
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
nonce
signumjs
Loading...
The interface for encrypted raw data
See
encryptData