Gordian Envelope TypeScript Library - v1.0.0-alpha.13
Preparing search index...
EncryptedMessage
Class EncryptedMessage
Index
Constructors
constructor
Methods
ciphertext
nonce
auth
Tag
aad
Digest
digest
Constructors
constructor
new
EncryptedMessage
(
ciphertext
:
Uint8Array
,
nonce
:
Uint8Array
,
authTag
:
Uint8Array
,
aadDigest
?:
Digest
,
)
:
EncryptedMessage
Parameters
ciphertext
:
Uint8Array
nonce
:
Uint8Array
authTag
:
Uint8Array
Optional
aadDigest
:
Digest
Returns
EncryptedMessage
Methods
ciphertext
ciphertext
()
:
Uint8Array
Returns
Uint8Array
nonce
nonce
()
:
Uint8Array
Returns
Uint8Array
auth
Tag
authTag
()
:
Uint8Array
Returns
Uint8Array
aad
Digest
aadDigest
()
:
Digest
|
undefined
Returns
Digest
|
undefined
digest
digest
()
:
Digest
Returns
Digest
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
ciphertext
nonce
auth
Tag
aad
Digest
digest
Gordian Envelope TypeScript Library - v1.0.0-alpha.13
Loading...