MacVerifyRequest class
Request message for KeyManagementService.MacVerify.
Constructors
- MacVerifyRequest({String? data, String? dataCrc32c, String? mac, String? macCrc32c})
- MacVerifyRequest.fromJson(Map json_)
Properties
- data ↔ String?
-
The data used previously as a MacSignRequest.data to generate the MAC tag.
getter/setter pair
-
dataAsBytes
↔ List<
int> -
getter/setter pair
- dataCrc32c ↔ String?
-
An optional CRC32C checksum of the MacVerifyRequest.data.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- mac ↔ String?
-
The signature to verify.
getter/setter pair
-
macAsBytes
↔ List<
int> -
getter/setter pair
- macCrc32c ↔ String?
-
An optional CRC32C checksum of the MacVerifyRequest.mac.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited