Skip to content

EncryptResponseData

Base interface for responses to encryption requests.

data: Uint8Array

Result of the encryption.

types/src/CryptoCallbacks.ts:85


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

The did key uri used for the encryption.

types/src/CryptoCallbacks.ts:93


nonce: Uint8Array

A random nonce generated in the encryption process.

types/src/CryptoCallbacks.ts:89