Skip to content

EncryptResponseData

Base interface for responses to encryption requests.

Properties

data

data: Uint8Array

Result of the encryption.

Source

types/src/CryptoCallbacks.ts:85


keyUri

keyUri: did:cord:3${string}#${string}

The did key uri used for the encryption.

Source

types/src/CryptoCallbacks.ts:93


nonce

nonce: Uint8Array

A random nonce generated in the encryption process.

Source

types/src/CryptoCallbacks.ts:89