AsymmetricSignResponse constructor

AsymmetricSignResponse({
  1. String? name,
  2. String? protectionLevel,
  3. String? signature,
  4. String? signatureCrc32c,
  5. bool? verifiedDataCrc32c,
  6. bool? verifiedDigestCrc32c,
})

Implementation

AsymmetricSignResponse({
  this.name,
  this.protectionLevel,
  this.signature,
  this.signatureCrc32c,
  this.verifiedDataCrc32c,
  this.verifiedDigestCrc32c,
});