AtSigningVerificationInput class

Input for data signature verification

_data, _signature and _publicKey fields are required for successful verification of data signature hashingAlgoType - Hashing algorithm used to hash the input data. Refer HashingAlgoType signingAlgoType - Signing algorithm used to verify signature for the input data. Refer SigningAlgoType

Constructors

AtSigningVerificationInput(dynamic _data, dynamic _signature, String _publicKey)

Properties

data → dynamic
no setter
hashCode int
The hash code for this object.
no setterinherited
hashingAlgoType HashingAlgoType
Choose HashingAlgoType from HashingAlgoType.values
getter/setter pair
publicKey String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signature → dynamic
no setter
signingAlgorithm ↔ AtSigningAlgorithm?
SigningAlgorithm that will be used to sign/verify data
getter/setter pair
signingAlgoType SigningAlgoType
Choose SigningAlgoType from SigningAlgoType.values
getter/setter pair
signingMode AtSigningMode?
Select signingMode from AtSigningMode
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited