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 \ V1Methods
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;