EncryptResponseData
Base interface for responses to encryption requests.
Properties
Section titled “Properties”data:
Uint8Array
Result of the encryption.
Source
Section titled “Source”types/src/CryptoCallbacks.ts:85
keyUri
Section titled “keyUri”keyUri: `did:cord:3${string}#${string}`
The did key uri used for the encryption.
Source
Section titled “Source”types/src/CryptoCallbacks.ts:93
nonce:
Uint8Array
A random nonce generated in the encryption process.