Google Cloud Confidential Computing V1 Client - Class SigningAlgorithm (1.7.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Confidential Computing V1 Client class SigningAlgorithm.
SigningAlgorithm enumerates all the supported signing algorithms.
Protobuf type google.cloud.confidentialcomputing.v1.SigningAlgorithm
Namespace
Google \ Cloud \ ConfidentialComputing \ V1
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
SIGNING_ALGORITHM_UNSPECIFIED
Value: 0
Unspecified signing algorithm.
Generated from protobuf enum SIGNING_ALGORITHM_UNSPECIFIED = 0;
RSASSA_PSS_SHA256
Value: 1
RSASSA-PSS with a SHA256 digest.
Generated from protobuf enum RSASSA_PSS_SHA256 = 1;
RSASSA_PKCS1V15_SHA256
Value: 2
RSASSA-PKCS1 v1.5 with a SHA256 digest.
Generated from protobuf enum RSASSA_PKCS1V15_SHA256 = 2;
ECDSA_P256_SHA256
Value: 3
ECDSA on the P-256 Curve with a SHA256 digest.
Generated from protobuf enum ECDSA_P256_SHA256 = 3;
[[["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 2026-03-18 UTC."],[],[]]