Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Commit

Permalink
feat: add OAEP+SHA1 to the list of supported algorithms (#181)
Browse files Browse the repository at this point in the history
- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 399728217

Source-Link: googleapis/googleapis@9d7c743

Source-Link: googleapis/googleapis-gen@01eddbf
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMDFlZGRiZjE4M2Y1ZWQzNWZiNDE2ZWZkMWIxYmViNWRiZWI3ODk0NCJ9
  • Loading branch information
gcf-owl-bot[bot] committed Sep 30, 2021
1 parent 27b5213 commit 65b2c97
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions google/cloud/kms_v1/types/resources.py
Expand Up @@ -412,6 +412,9 @@ class CryptoKeyVersionAlgorithm(proto.Enum):
RSA_DECRYPT_OAEP_3072_SHA256 = 9
RSA_DECRYPT_OAEP_4096_SHA256 = 10
RSA_DECRYPT_OAEP_4096_SHA512 = 17
RSA_DECRYPT_OAEP_2048_SHA1 = 37
RSA_DECRYPT_OAEP_3072_SHA1 = 38
RSA_DECRYPT_OAEP_4096_SHA1 = 39
EC_SIGN_P256_SHA256 = 12
EC_SIGN_P384_SHA384 = 13
EC_SIGN_SECP256K1_SHA256 = 31
Expand Down

0 comments on commit 65b2c97

Please sign in to comment.