Interface protos.google.cloud.kms.v1.IAsymmetricSignResponse

Properties of an AsymmetricSignResponse.

Package

@google-cloud/kms!

Properties

name

name?: (string|null);

AsymmetricSignResponse name

Property Value
TypeDescription
(string|null)

protectionLevel

protectionLevel?: (google.cloud.kms.v1.ProtectionLevel|keyof typeof google.cloud.kms.v1.ProtectionLevel|null);

AsymmetricSignResponse protectionLevel

Property Value
TypeDescription
(google.cloud.kms.v1.ProtectionLevel|keyof typeof google.cloud.kms.v1.ProtectionLevel|null)

signature

signature?: (Uint8Array|string|null);

AsymmetricSignResponse signature

Property Value
TypeDescription
(Uint8Array|string|null)

signatureCrc32c

signatureCrc32c?: (google.protobuf.IInt64Value|null);

AsymmetricSignResponse signatureCrc32c

Property Value
TypeDescription
(google.protobuf.IInt64Value|null)

verifiedDigestCrc32c

verifiedDigestCrc32c?: (boolean|null);

AsymmetricSignResponse verifiedDigestCrc32c

Property Value
TypeDescription
(boolean|null)