|
242 | 242 | } |
243 | 243 | } |
244 | 244 | }, |
245 | | - "revision": "20250525", |
| 245 | + "revision": "20250727", |
246 | 246 | "rootUrl": "https://kmsinventory.googleapis.com/", |
247 | 247 | "schemas": { |
248 | 248 | "GoogleCloudKmsInventoryV1ListCryptoKeysResponse": { |
|
438 | 438 | "ASYMMETRIC_SIGN", |
439 | 439 | "ASYMMETRIC_DECRYPT", |
440 | 440 | "RAW_ENCRYPT_DECRYPT", |
441 | | - "MAC" |
| 441 | + "MAC", |
| 442 | + "KEY_ENCAPSULATION" |
442 | 443 | ], |
443 | 444 | "enumDescriptions": [ |
444 | 445 | "Not specified.", |
445 | 446 | "CryptoKeys with this purpose may be used with Encrypt and Decrypt.", |
446 | 447 | "CryptoKeys with this purpose may be used with AsymmetricSign and GetPublicKey.", |
447 | 448 | "CryptoKeys with this purpose may be used with AsymmetricDecrypt and GetPublicKey.", |
448 | 449 | "CryptoKeys with this purpose may be used with RawEncrypt and RawDecrypt. This purpose is meant to be used for interoperable symmetric encryption and does not support automatic CryptoKey rotation.", |
449 | | - "CryptoKeys with this purpose may be used with MacSign." |
| 450 | + "CryptoKeys with this purpose may be used with MacSign.", |
| 451 | + "CryptoKeys with this purpose may be used with GetPublicKey and Decapsulate." |
450 | 452 | ], |
451 | 453 | "type": "string" |
452 | 454 | }, |
|
505 | 507 | "HMAC_SHA512", |
506 | 508 | "HMAC_SHA224", |
507 | 509 | "EXTERNAL_SYMMETRIC_ENCRYPTION", |
| 510 | + "ML_KEM_768", |
| 511 | + "ML_KEM_1024", |
| 512 | + "KEM_XWING", |
508 | 513 | "PQ_SIGN_ML_DSA_65", |
509 | 514 | "PQ_SIGN_SLH_DSA_SHA2_128S", |
510 | 515 | "PQ_SIGN_HASH_SLH_DSA_SHA2_128S_SHA256" |
|
546 | 551 | "HMAC-SHA512 signing with a 512 bit key.", |
547 | 552 | "HMAC-SHA224 signing with a 224 bit key.", |
548 | 553 | "Algorithm representing symmetric encryption by an external key manager.", |
| 554 | + "ML-KEM-768 (FIPS 203)", |
| 555 | + "ML-KEM-1024 (FIPS 203)", |
| 556 | + "X-Wing hybrid KEM combining ML-KEM-768 with X25519 following datatracker.ietf.org/doc/draft-connolly-cfrg-xwing-kem/.", |
549 | 557 | "The post-quantum Module-Lattice-Based Digital Signature Algorithm, at security level 3. Randomized version.", |
550 | 558 | "The post-quantum stateless hash-based digital signature algorithm, at security level 1. Randomized version.", |
551 | 559 | "The post-quantum stateless hash-based digital signature algorithm, at security level 1. Randomized pre-hash version supporting SHA256 digests." |
|
717 | 725 | "HMAC_SHA512", |
718 | 726 | "HMAC_SHA224", |
719 | 727 | "EXTERNAL_SYMMETRIC_ENCRYPTION", |
| 728 | + "ML_KEM_768", |
| 729 | + "ML_KEM_1024", |
| 730 | + "KEM_XWING", |
720 | 731 | "PQ_SIGN_ML_DSA_65", |
721 | 732 | "PQ_SIGN_SLH_DSA_SHA2_128S", |
722 | 733 | "PQ_SIGN_HASH_SLH_DSA_SHA2_128S_SHA256" |
|
758 | 769 | "HMAC-SHA512 signing with a 512 bit key.", |
759 | 770 | "HMAC-SHA224 signing with a 224 bit key.", |
760 | 771 | "Algorithm representing symmetric encryption by an external key manager.", |
| 772 | + "ML-KEM-768 (FIPS 203)", |
| 773 | + "ML-KEM-1024 (FIPS 203)", |
| 774 | + "X-Wing hybrid KEM combining ML-KEM-768 with X25519 following datatracker.ietf.org/doc/draft-connolly-cfrg-xwing-kem/.", |
761 | 775 | "The post-quantum Module-Lattice-Based Digital Signature Algorithm, at security level 3. Randomized version.", |
762 | 776 | "The post-quantum stateless hash-based digital signature algorithm, at security level 1. Randomized version.", |
763 | 777 | "The post-quantum stateless hash-based digital signature algorithm, at security level 1. Randomized pre-hash version supporting SHA256 digests." |
|
0 commit comments