google-cloud-kms-inventory-v1 0.6.0 → 0.6.1
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b2c624f960e301e99eb6ddb91cba6c9913b09d9dbcebb43db4fdf2bf3a0b3ca1
|
4
|
+
data.tar.gz: 44a947d8129ce7955eac2bf2faea47bcb0daa5a8ac9b7d36bd0d56b747942f3c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 59e3aa3d3b92520db0479e6483a406befbc5cca49036d958456f64fe98280b46aca41a25519fc23038e94ae5034c3effc4095c6c0cfc98f5bb6617cea88203a2
|
7
|
+
data.tar.gz: 751b6b76935b9ea94e5e1613ceb36003902b2f98a83127a6a7c4aaefcdc816bc244565dc7e41d2c8d0a7f31d95f85e3ce5afe359fbb92f4c528a30b2ade82b2a
|
@@ -386,11 +386,11 @@ module Google
|
|
386
386
|
# {::Google::Cloud::Kms::V1::CryptoKey#purpose CryptoKey.purpose}
|
387
387
|
# {::Google::Cloud::Kms::V1::CryptoKey::CryptoKeyPurpose::ENCRYPT_DECRYPT ENCRYPT_DECRYPT}.
|
388
388
|
#
|
389
|
-
# Algorithms beginning with
|
389
|
+
# Algorithms beginning with `RSA_SIGN_` are usable with
|
390
390
|
# {::Google::Cloud::Kms::V1::CryptoKey#purpose CryptoKey.purpose}
|
391
391
|
# {::Google::Cloud::Kms::V1::CryptoKey::CryptoKeyPurpose::ASYMMETRIC_SIGN ASYMMETRIC_SIGN}.
|
392
392
|
#
|
393
|
-
# The fields in the name after
|
393
|
+
# The fields in the name after `RSA_SIGN_` correspond to the following
|
394
394
|
# parameters: padding algorithm, modulus bit length, and digest algorithm.
|
395
395
|
#
|
396
396
|
# For PSS, the salt length used is equal to the length of digest
|
@@ -398,25 +398,25 @@ module Google
|
|
398
398
|
# {::Google::Cloud::Kms::V1::CryptoKeyVersion::CryptoKeyVersionAlgorithm::RSA_SIGN_PSS_2048_SHA256 RSA_SIGN_PSS_2048_SHA256}
|
399
399
|
# will use PSS with a salt length of 256 bits or 32 bytes.
|
400
400
|
#
|
401
|
-
# Algorithms beginning with
|
401
|
+
# Algorithms beginning with `RSA_DECRYPT_` are usable with
|
402
402
|
# {::Google::Cloud::Kms::V1::CryptoKey#purpose CryptoKey.purpose}
|
403
403
|
# {::Google::Cloud::Kms::V1::CryptoKey::CryptoKeyPurpose::ASYMMETRIC_DECRYPT ASYMMETRIC_DECRYPT}.
|
404
404
|
#
|
405
|
-
# The fields in the name after
|
405
|
+
# The fields in the name after `RSA_DECRYPT_` correspond to the following
|
406
406
|
# parameters: padding algorithm, modulus bit length, and digest algorithm.
|
407
407
|
#
|
408
|
-
# Algorithms beginning with
|
408
|
+
# Algorithms beginning with `EC_SIGN_` are usable with
|
409
409
|
# {::Google::Cloud::Kms::V1::CryptoKey#purpose CryptoKey.purpose}
|
410
410
|
# {::Google::Cloud::Kms::V1::CryptoKey::CryptoKeyPurpose::ASYMMETRIC_SIGN ASYMMETRIC_SIGN}.
|
411
411
|
#
|
412
|
-
# The fields in the name after
|
412
|
+
# The fields in the name after `EC_SIGN_` correspond to the following
|
413
413
|
# parameters: elliptic curve, digest algorithm.
|
414
414
|
#
|
415
|
-
# Algorithms beginning with
|
415
|
+
# Algorithms beginning with `HMAC_` are usable with
|
416
416
|
# {::Google::Cloud::Kms::V1::CryptoKey#purpose CryptoKey.purpose}
|
417
417
|
# {::Google::Cloud::Kms::V1::CryptoKey::CryptoKeyPurpose::MAC MAC}.
|
418
418
|
#
|
419
|
-
# The suffix following
|
419
|
+
# The suffix following `HMAC_` corresponds to the hash algorithm being used
|
420
420
|
# (eg. SHA256).
|
421
421
|
#
|
422
422
|
# For more information, see [Key purposes and algorithms]
|
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.6.
|
4
|
+
version: 0.6.1
|
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-08-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|