Skip to main content

Ciphertext

Class: Ciphertext

Implements

  • Ciphertext

Constructors

constructor

new Ciphertext(obj)

Parameters

NameType
objCiphertext

Defined in

crypto/Ciphertext.ts:14

Properties

aes256GcmHkdfSha256

aes256GcmHkdfSha256: undefined | Ciphertext_Aes256gcmHkdfsha256

Implementation of

ciphertext.Ciphertext.aes256GcmHkdfSha256

Defined in

crypto/Ciphertext.ts:12

Methods

toBytes

toBytes(): Uint8Array

Returns

Uint8Array

Defined in

crypto/Ciphertext.ts:36


fromBytes

Static fromBytes(bytes): Ciphertext

Parameters

NameType
bytesUint8Array

Returns

Ciphertext

Defined in

crypto/Ciphertext.ts:40

Was the information on this page helpful?