SignHashAlgorithm(value)
The algorithm of a Cloud KMS CryptoKeyVersion of a
CryptoKey with the
CryptoKeyPurpose
value ASYMMETRIC_SIGN
. These values correspond to the
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.
Enums |
|
---|---|
Name | Description |
SIGN_HASH_ALGORITHM_UNSPECIFIED |
Not specified. |
RSA_PSS_2048_SHA256 |
maps to CryptoKeyVersionAlgorithm.RSA_SIGN_PSS_2048_SHA256 |
RSA_PSS_3072_SHA256 |
maps to CryptoKeyVersionAlgorithm. RSA_SIGN_PSS_3072_SHA256 |
RSA_PSS_4096_SHA256 |
maps to CryptoKeyVersionAlgorithm.RSA_SIGN_PSS_4096_SHA256 |
RSA_PKCS1_2048_SHA256 |
maps to CryptoKeyVersionAlgorithm.RSA_SIGN_PKCS1_2048_SHA256 |
RSA_PKCS1_3072_SHA256 |
maps to CryptoKeyVersionAlgorithm.RSA_SIGN_PKCS1_3072_SHA256 |
RSA_PKCS1_4096_SHA256 |
maps to CryptoKeyVersionAlgorithm.RSA_SIGN_PKCS1_4096_SHA256 |
EC_P256_SHA256 |
maps to CryptoKeyVersionAlgorithm.EC_SIGN_P256_SHA256 |
EC_P384_SHA384 |
maps to CryptoKeyVersionAlgorithm.EC_SIGN_P384_SHA384 |