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

Commit 65b2c97

Browse files
feat: add OAEP+SHA1 to the list of supported algorithms (#181)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 399728217 Source-Link: googleapis/googleapis@9d7c743 Source-Link: https://github.com/googleapis/googleapis-gen/commit/01eddbf183f5ed35fb416efd1b1beb5dbeb78944 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMDFlZGRiZjE4M2Y1ZWQzNWZiNDE2ZWZkMWIxYmViNWRiZWI3ODk0NCJ9
1 parent 27b5213 commit 65b2c97

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

google/cloud/kms_v1/types/resources.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,9 @@ class CryptoKeyVersionAlgorithm(proto.Enum):
412412
RSA_DECRYPT_OAEP_3072_SHA256 = 9
413413
RSA_DECRYPT_OAEP_4096_SHA256 = 10
414414
RSA_DECRYPT_OAEP_4096_SHA512 = 17
415+
RSA_DECRYPT_OAEP_2048_SHA1 = 37
416+
RSA_DECRYPT_OAEP_3072_SHA1 = 38
417+
RSA_DECRYPT_OAEP_4096_SHA1 = 39
415418
EC_SIGN_P256_SHA256 = 12
416419
EC_SIGN_P384_SHA384 = 13
417420
EC_SIGN_SECP256K1_SHA256 = 31

0 commit comments

Comments
 (0)