syntax = "proto2"; message SecDbKeychainSerializedSecretData { required bytes ciphertext = 1; required bytes wrappedKey = 2; required string tamperCheck = 3; }