google-cloud-kms-v1 0.22.0 → 0.22.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: 48625ddcdd80c5d3fccfe5985592a5d65c4b8a1f19eca3c0d05ce2c5eed51655
|
4
|
+
data.tar.gz: 843b3339e6b315dc50f22d391133f9624901080e7a4e7442159f3b6d418b7003
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dd93939da186fd9bd9dc9f7608c3efb7a8d0fa5cdf5581547668205bfcd04df89d1c2764586af4eeb63f62ef1e339be415ee0520d47956afbd9591d4d1bd631f
|
7
|
+
data.tar.gz: 5f43855c0ed386f3aab638d0c895ed847b7373f384c0e80c8001cfc0a5751b37265384f2231b9afe1bfe81d7a8bfd269afed80927d00b2f682c3b9a0fe2ade02
|
@@ -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-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.22.
|
4
|
+
version: 0.22.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
|