We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3c2c5a commit 68e699aCopy full SHA for 68e699a
1 file changed
google/cloud/kms/v1/resources.proto
@@ -352,6 +352,18 @@ message CryptoKeyVersion {
352
// AES-GCM (Galois Counter Mode) using 256-bit keys.
353
AES_256_GCM = 19;
354
355
+ // AES-CBC (Cipher Block Chaining Mode) using 128-bit keys.
356
+ AES_128_CBC = 42;
357
+
358
+ // AES-CBC (Cipher Block Chaining Mode) using 256-bit keys.
359
+ AES_256_CBC = 43;
360
361
+ // AES-CTR (Counter Mode) using 128-bit keys.
362
+ AES_128_CTR = 44;
363
364
+ // AES-CTR (Counter Mode) using 256-bit keys.
365
+ AES_256_CTR = 45;
366
367
// RSASSA-PSS 2048 bit key with a SHA256 digest.
368
RSA_SIGN_PSS_2048_SHA256 = 2;
369
0 commit comments