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

feat: add OAEP+SHA1 to the list of supported algorithms #181

Merged
merged 3 commits into from Sep 30, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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