Create new Entity

Depending on the implementation an account or the runtime is creating a new entity. In case the runtime is creating a new instance, the initial manager has to be provided by the runtime.
The manager creates a new bucket under the entity’s namespace.
The manager updates the lists of admins of the bucket.
Admin uses the message module to create a new set of encryption keys
Admin updates the encryption public key record.
Admin uses message module to encrypt SKB for Readers
Admin stores encrypted message into storage layer
Admin adds message into bucket
Readers can fetch encrypted message from storage layer and decrypt message to obtain the bucket secret key
Last updated