mtx::secret_storage::Secret struct

A secret, encrypted with one or more algorithms.

Public variables

std::map<std::string, AesHmacSha2EncryptedData> encrypted
Required. Map from key ID the encrypted data.

Variable documentation

std::map<std::string, AesHmacSha2EncryptedData> mtx::secret_storage::Secret::encrypted

Required. Map from key ID the encrypted data.

The exact format for the encrypted data is dependent on the key algorithm. See the definition of AesHmacSha2EncryptedData in the m.secret_storage.v1.aes-hmac-sha2 section.