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: 64473976f0753f689b4cefdd08c0c94c1f754aa204f01a3b64d4f3320fb38f37
4
- data.tar.gz: 78b7ddfb19d188f94838b3e654ad250a3567003b34a5024b28e1bf6b068b852a
3
+ metadata.gz: 48625ddcdd80c5d3fccfe5985592a5d65c4b8a1f19eca3c0d05ce2c5eed51655
4
+ data.tar.gz: 843b3339e6b315dc50f22d391133f9624901080e7a4e7442159f3b6d418b7003
5
5
  SHA512:
6
- metadata.gz: afc8c97105c0bf92812f41a71da15550f9602de8eaf8b82a79b41ec426682c8d5127a4b9ff20cca255e5f9a7b45bda77f1ac1b3dfc4934a3808ed1ab4f5db17a
7
- data.tar.gz: 021f3ecca9cf17537cd6f93b62c606fbed0860a2498d30d03fe6cddb75a8ac70de3822fe70eb96416d4217ad98f06a236b76b50c6d92c3c31dcd81a0a7eb78f8
6
+ metadata.gz: dd93939da186fd9bd9dc9f7608c3efb7a8d0fa5cdf5581547668205bfcd04df89d1c2764586af4eeb63f62ef1e339be415ee0520d47956afbd9591d4d1bd631f
7
+ data.tar.gz: 5f43855c0ed386f3aab638d0c895ed847b7373f384c0e80c8001cfc0a5751b37265384f2231b9afe1bfe81d7a8bfd269afed80927d00b2f682c3b9a0fe2ade02
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Kms
23
23
  module V1
24
- VERSION = "0.22.0"
24
+ VERSION = "0.22.1"
25
25
  end
26
26
  end
27
27
  end
@@ -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 "RSA_SIGN_" are usable 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 "RSA_SIGN_" correspond to the following
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 "RSA_DECRYPT_" are usable 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 "RSA_DECRYPT_" correspond to the following
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 "EC_SIGN_" are usable 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 "EC_SIGN_" correspond to the following
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 "HMAC_" are usable 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 "HMAC_" corresponds to the hash algorithm being used
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.0
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-07-25 00:00:00.000000000 Z
11
+ date: 2023-08-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common