package keyspace_encryptionpb

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message DataKey

keyspace_encryptionpb.proto:62

Describes a data key that is used to encrypt user data. The data key itself is encrypted by the master key.

Used in: EncryptionMeta

message EncryptionEpoch

keyspace_encryptionpb.proto:36

Describes one encryption epoch: a versioned period during which a specific data key is used to encrypt user files.

Used in: EncryptionMeta

message EncryptionMeta

keyspace_encryptionpb.proto:21

Top-level metadata that describes the encryption info for a keyspace.

message MasterKey

keyspace_encryptionpb.proto:47

Describes the encrypted master key and its associated CMEK metadata. With the CMEK info here it's possible to decrypt the master key.

Used in: EncryptionMeta