Ciphertext
Class: Ciphertext
Implements
Ciphertext
Constructors
constructor
new Ciphertext(obj)
Parameters
| Name | Type |
|---|---|
obj | Ciphertext |
Defined in
Properties
aes256GcmHkdfSha256
aes256GcmHkdfSha256: undefined | Ciphertext_Aes256gcmHkdfsha256
Implementation of
ciphertext.Ciphertext.aes256GcmHkdfSha256
Defined in
Methods
toBytes
toBytes(): Uint8Array
Returns
Uint8Array
Defined in
fromBytes
Static fromBytes(bytes): Ciphertext
Parameters
| Name | Type |
|---|---|
bytes | Uint8Array |