Skip to content

Commit

Permalink
docs: [Google.Cloud.Kms.V1] Publish the API comment changes related t…
Browse files Browse the repository at this point in the history
…o supporting different hash functions/values for ECDSA signing (#10118)

- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 519819111

Source-Link: https://togithub.com/googleapis/googleapis/commit/d5a51f6baba66f5dde236211d41d66efa1e4e7ca

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/7938c7bae5d9e0257a11204ae2c59365b450062d
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuS21zLlYxLy5Pd2xCb3QueWFtbCIsImgiOiI3OTM4YzdiYWU1ZDllMDI1N2ExMTIwNGFlMmM1OTM2NWI0NTAwNjJkIn0=
  • Loading branch information
gcf-owl-bot[bot] committed Mar 28, 2023
1 parent 59c29f7 commit c41a931
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// source: google/cloud/kms/v1/ekm_service.proto
// </auto-generated>
// Original file comments:
// Copyright 2022 Google LLC
// Copyright 2023 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
6 changes: 6 additions & 0 deletions apis/Google.Cloud.Kms.V1/Google.Cloud.Kms.V1/Resources.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3100,15 +3100,21 @@ public enum CryptoKeyVersionAlgorithm {
[pbr::OriginalName("RSA_DECRYPT_OAEP_4096_SHA1")] RsaDecryptOaep4096Sha1 = 39,
/// <summary>
/// ECDSA on the NIST P-256 curve with a SHA256 digest.
/// Other hash functions can also be used:
/// https://cloud.google.com/kms/docs/create-validate-signatures#ecdsa_support_for_other_hash_algorithms
/// </summary>
[pbr::OriginalName("EC_SIGN_P256_SHA256")] EcSignP256Sha256 = 12,
/// <summary>
/// ECDSA on the NIST P-384 curve with a SHA384 digest.
/// Other hash functions can also be used:
/// https://cloud.google.com/kms/docs/create-validate-signatures#ecdsa_support_for_other_hash_algorithms
/// </summary>
[pbr::OriginalName("EC_SIGN_P384_SHA384")] EcSignP384Sha384 = 13,
/// <summary>
/// ECDSA on the non-NIST secp256k1 curve. This curve is only supported for
/// HSM protection level.
/// Other hash functions can also be used:
/// https://cloud.google.com/kms/docs/create-validate-signatures#ecdsa_support_for_other_hash_algorithms
/// </summary>
[pbr::OriginalName("EC_SIGN_SECP256K1_SHA256")] EcSignSecp256K1Sha256 = 31,
/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// source: google/cloud/kms/v1/service.proto
// </auto-generated>
// Original file comments:
// Copyright 2022 Google LLC
// Copyright 2023 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down

0 comments on commit c41a931

Please sign in to comment.