Assigned
Status Update
Comments
ba...@google.com <ba...@google.com>
kk...@google.com <kk...@google.com> #2
Thanks for the report. I will route this to the appropriate internal team and update this when I hear back from them.
me...@google.com <me...@google.com> #3
One more detail, Data Layer event calls from the watch to the phone (running Android 13) do work on if the listener is in an Activity or Fragment.
Description
Description:
Currently, the Cloud KMS Encrypt/Decrypt API does not explicitly return the encryption method used by the corresponding CryptoKeyVersion. This information is good for applications to ensure they are using the correct key type (symmetric or asymmetric) for the intended cryptographic operation.
Justification:
Current Behavior:
The Cloud KMS Encrypt/Decrypt API response provides details about the CryptoKeyVersion used, including its name and state, but it lacks information about the specific encryption method associated with that version.
Desired Behavior:
The API response should include an additional field indicating the encryption method supported by the CryptoKeyVersion. This field could be a string value such as "SYMMETRIC" or "ASYMMETRIC".
Reference:
For reference, the CryptoKeyVersion resource schema does contain the
algorithm
field, which specifies the supported algorithm (e.g., "GOOGLE_SYMMETRIC_ENCRYPTION" or "RSA"). However, this information is not currently exposed through the Encrypt/Decrypt API.Benefits: