Skip to content

Commit 68e699a

Browse files
Google APIscopybara-github
authored andcommitted
feat: add interoperable symmetric encryption system
PiperOrigin-RevId: 549699686
1 parent d3c2c5a commit 68e699a

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

google/cloud/kms/v1/resources.proto

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,18 @@ message CryptoKeyVersion {
352352
// AES-GCM (Galois Counter Mode) using 256-bit keys.
353353
AES_256_GCM = 19;
354354

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+
355367
// RSASSA-PSS 2048 bit key with a SHA256 digest.
356368
RSA_SIGN_PSS_2048_SHA256 = 2;
357369

0 commit comments

Comments
 (0)