google-cloud-kms-inventory-v1 0.3.0 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3d399520b026714db57a0c9ed91c55dcaff07a276d9a560b4cabe631f76b8561
|
|
4
|
+
data.tar.gz: 137992d11fa0590484095ac9e4bb9aa1f1fd54b81f4e2f9602374deaceb23ed1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8439a38d345543c6378bdc2be704c59aac2c44e481a2dc867ffbc006ab2b924f1bdc954e3a98c533562acb85ae8d6843ad50a3ed457d47298a03d882c156436c
|
|
7
|
+
data.tar.gz: 0cc2e4710ef1d7497ee1cbd3d83be4c4701bee68255b20eae3e622913fcf03550f9a159841a8d41f82a6becfd913e00ef554dd0d26a69fcaa73edc7f970f188c
|
|
@@ -178,6 +178,13 @@ module Google
|
|
|
178
178
|
# [GetPublicKey][google.cloud.kms.v1.KeyManagementService.GetPublicKey].
|
|
179
179
|
ASYMMETRIC_DECRYPT = 6
|
|
180
180
|
|
|
181
|
+
# {::Google::Cloud::Kms::V1::CryptoKey CryptoKeys} with this purpose may be used
|
|
182
|
+
# with [RawEncrypt][google.cloud.kms.v1.KeyManagementService.RawEncrypt]
|
|
183
|
+
# and [RawDecrypt][google.cloud.kms.v1.KeyManagementService.RawDecrypt].
|
|
184
|
+
# This purpose is meant to be used for interoperable symmetric
|
|
185
|
+
# encryption and does not support automatic CryptoKey rotation.
|
|
186
|
+
RAW_ENCRYPT_DECRYPT = 7
|
|
187
|
+
|
|
181
188
|
# {::Google::Cloud::Kms::V1::CryptoKey CryptoKeys} with this purpose may be used
|
|
182
189
|
# with [MacSign][google.cloud.kms.v1.KeyManagementService.MacSign].
|
|
183
190
|
MAC = 9
|
|
@@ -421,6 +428,12 @@ module Google
|
|
|
421
428
|
# Creates symmetric encryption keys.
|
|
422
429
|
GOOGLE_SYMMETRIC_ENCRYPTION = 1
|
|
423
430
|
|
|
431
|
+
# AES-GCM (Galois Counter Mode) using 128-bit keys.
|
|
432
|
+
AES_128_GCM = 41
|
|
433
|
+
|
|
434
|
+
# AES-GCM (Galois Counter Mode) using 256-bit keys.
|
|
435
|
+
AES_256_GCM = 19
|
|
436
|
+
|
|
424
437
|
# RSASSA-PSS 2048 bit key with a SHA256 digest.
|
|
425
438
|
RSA_SIGN_PSS_2048_SHA256 = 2
|
|
426
439
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-kms-inventory-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-07-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|