session-android/library/protobuf/PreKeyEntity.proto

11 lines
264 B
Protocol Buffer

package textsecure;
option java_package = "org.whispersystems.textsecure.encoded";
option java_outer_classname = "PreKeyProtos";
message PreKeyEntity {
optional uint64 id = 1;
optional bytes public_key = 2;
optional bytes identity_key = 3;
}