mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
Automated Code Change
PiperOrigin-RevId: 683908630
This commit is contained in:
@@ -18,7 +18,6 @@ package nearby.internal;
|
||||
|
||||
import "internal/proto/credential.proto";
|
||||
|
||||
// option cc_api_version = 2;
|
||||
// option java_api_version = 2;
|
||||
option java_multiple_files = true;
|
||||
option java_package = "com.google.nearby.presence";
|
||||
@@ -35,8 +34,10 @@ message LocalCredential {
|
||||
message PrivateKey {
|
||||
// The associated alias of a X509Certificate or a SecretKey.
|
||||
string certificate_alias = 1;
|
||||
|
||||
// The raw private key bytes
|
||||
bytes key = 2;
|
||||
|
||||
// The encrypted Ed25519 private key bytes.
|
||||
bytes encrypted_key = 3;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user