Confidential Computing V1 API - Module Google::Cloud::ConfidentialComputing::V1::SigningAlgorithm (v2.4.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Confidential Computing V1 API module Google::Cloud::ConfidentialComputing::V1::SigningAlgorithm.
SigningAlgorithm enumerates all the supported signing algorithms.
Constants
SIGNING_ALGORITHM_UNSPECIFIED
value: 0 Unspecified signing algorithm.
RSASSA_PSS_SHA256
value: 1 RSASSA-PSS with a SHA256 digest.
RSASSA_PKCS1V15_SHA256
value: 2 RSASSA-PKCS1 v1.5 with a SHA256 digest.
ECDSA_P256_SHA256
value: 3 ECDSA on the P-256 Curve with a SHA256 digest.