2013-08-15 08:25:30 -07:00
|
|
|
package textsecure;
|
|
|
|
|
2013-08-17 18:37:18 -07:00
|
|
|
option java_package = "org.whispersystems.textsecure.encoded";
|
2013-08-15 08:25:30 -07:00
|
|
|
option java_outer_classname = "PreKeyProtos";
|
|
|
|
|
|
|
|
message PreKeyEntity {
|
2013-08-17 19:06:04 -07:00
|
|
|
optional uint64 id = 1;
|
|
|
|
optional bytes public_key = 2;
|
|
|
|
optional bytes identity_key = 3;
|
2013-08-17 18:37:18 -07:00
|
|
|
}
|