public enum SigningAlgorithmReference documentation and code samples for the Confidential Computing v1 API enum SigningAlgorithm.
SigningAlgorithm enumerates all the supported signing algorithms.
Namespace
Google.Cloud.ConfidentialComputing.V1Assembly
Google.Cloud.ConfidentialComputing.V1.dll
Fields |
|
|---|---|
| Name | Description |
EcdsaP256Sha256 |
ECDSA on the P-256 Curve with a SHA256 digest. |
RsassaPkcs1V15Sha256 |
RSASSA-PKCS1 v1.5 with a SHA256 digest. |
RsassaPssSha256 |
RSASSA-PSS with a SHA256 digest. |
Unspecified |
Unspecified signing algorithm. |