Automated Code Change

PiperOrigin-RevId: 683908630
This commit is contained in:
hai007
2024-10-08 23:45:46 -07:00
committed by Copybara-Service
parent b3684f55c7
commit b721624851
+2 -1
View File
@@ -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;
}