Class Digest
A Digest holds a cryptographic message digest.
Implements
Inherited Members
Namespace: Google.Apis.CloudKMS.v1.Data
Assembly: Google.Apis.CloudKMS.v1.dll
Syntax
public class Digest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ExternalMu
A message digest produced with SHAKE-256, to be used with ML-DSA external-μ algorithms only. See "message representative" note in section 6.2, algorithm 7 of the FIPS-204 standard: https://doi.org/10.6028/nist.fips.204
Declaration
[JsonProperty("externalMu")]
public virtual string ExternalMu { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Sha256
A message digest produced with the SHA-256 algorithm.
Declaration
[JsonProperty("sha256")]
public virtual string Sha256 { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Sha384
A message digest produced with the SHA-384 algorithm.
Declaration
[JsonProperty("sha384")]
public virtual string Sha384 { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Sha512
A message digest produced with the SHA-512 algorithm.
Declaration
[JsonProperty("sha512")]
public virtual string Sha512 { get; set; }
Property Value
| Type | Description |
|---|---|
| string |