Interface IEncryptedPayload

Hierarchy

  • IEncryptedPayload

Indexable

[key: string]: any

Properties

Properties

ciphertext: string

the ciphertext in base64

iv: string

the initialization vector in base64

mac: string

the HMAC in base64

Generated using TypeDoc