Reference documentation and code samples for the Certificate Authority v1 API enum CertificateAuthority.Types.SignHashAlgorithm.
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-03-21 UTC."],[[["This webpage provides documentation for the `CertificateAuthority.Types.SignHashAlgorithm` enum within the Google Cloud Private CA v1 API, detailing its usage in specifying cryptographic algorithms."],["The latest version documented is 3.9.0, and the page includes links to documentation for prior versions, starting from 1.0.0, allowing access to different versions of the API documentation."],["The `SignHashAlgorithm` enum corresponds to `CryptoKeyVersionAlgorithm` values, indicating the supported signing algorithms for Cloud KMS CryptoKeys used in certificate authority operations, with recommendations for PSS algorithms over PKCS1 for RSA."],["The page lists the available fields within the `SignHashAlgorithm` enum, including `EcP256Sha256`, `EcP384Sha384`, various `RsaPkcs1` and `RsaPss` options, and an `Unspecified` field, each corresponding to a specific cryptographic algorithm."],["The current document version is 3.7.0 and details the usage of the `SignHashAlgorithm` enum in the `Google.Cloud.Security.PrivateCA.V1` namespace."]]],[]]