Interface protos.google.cloud.kms.v1.IAsymmetricSignResponse (4.3.0)

Properties of an AsymmetricSignResponse.

Package

@google-cloud/kms

Properties

name

name?: (string|null);

AsymmetricSignResponse name

protectionLevel

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

AsymmetricSignResponse protectionLevel

signature

signature?: (Uint8Array|string|null);

AsymmetricSignResponse signature

signatureCrc32c

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

AsymmetricSignResponse signatureCrc32c

verifiedDataCrc32c

verifiedDataCrc32c?: (boolean|null);

AsymmetricSignResponse verifiedDataCrc32c

verifiedDigestCrc32c

verifiedDigestCrc32c?: (boolean|null);

AsymmetricSignResponse verifiedDigestCrc32c