The algorithm of a Cloud KMS CryptoKeyVersion of a
[CryptoKey][google.cloud.kms.v1.CryptoKey] with the
[CryptoKeyPurpose][google.cloud.kms.v1.CryptoKey.CryptoKeyPurpose] value
ASYMMETRIC_SIGN. These values correspond to the
[CryptoKeyVersionAlgorithm][google.cloud.kms.v1.CryptoKeyVersion.CryptoKeyVersionAlgorithm]
values. For RSA signing algorithms, the PSS algorithms should be preferred,
use PKCS1 algorithms if required for compatibility. For further
recommendations, see
https://cloud.google.com/kms/docs/algorithms#algorithm_recommendations.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["This webpage details the `SignHashAlgorithm` enum within the `Google.Cloud.Security.PrivateCA.V1` namespace, which is used to define the algorithm of a Cloud KMS CryptoKeyVersion."],["The latest version available for this documentation is 3.9.0, with the provided content stemming from documentation for version 2.2.0."],["The enum includes various algorithms such as `EcP256Sha256`, `EcP384Sha384`, and multiple RSA-based algorithms (PKCS1 and PSS), each mapping to a specific `CryptoKeyVersionAlgorithm`."],["The documentation recommends using PSS algorithms for RSA signing where possible, opting for PKCS1 algorithms only when necessary for compatibility."],["The `Unspecified` field indicates that no specific algorithm has been chosen."]]],[]]