Assigned
Status Update
Comments
jo...@google.com <jo...@google.com>
se...@google.com <se...@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.
bg...@google.com <bg...@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
Customer like to setup Google Cloud HSM as a provider for encryption.
AWS seems to allow us to have the AWS Cloud HSM as a provider as mentioned in [1] and [2].
Security.addProvider(new com.cavium.provider.CaviumProvider())
In the samples from GKE however we seem to only have bouncy castle as a provider. See here [3]
Security.addProvider(new BouncyCastleProvider());
Customer would like to do a initsign as below JCA API
[1]
[2]
[3]