-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some refactoring of GcpKmsClient and unit test
* Make GcpKmsClient move only * Make the constructor accept key_name and kms_stub * Modify GetKeyName to return a failed status in case the key_uri doesn't have the correct prefix. Update DoesSupport and GetAead accordingly * Other minor fixes to conform to the C++ style guide PiperOrigin-RevId: 528567191 Change-Id: Icb2e2149ae86bd2890dc8c348477f54a63f4cd73
- Loading branch information
1 parent
4105d58
commit e0658e4
Showing
3 changed files
with
117 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters