AtSigningInput class

Represents input attributes required for data signing.

_data input data to be signed hashingAlgoType - Hashing algorithm used to hash the input data. Refer HashingAlgoType signingAlgoType - Signing algorithm used to generate signature for the input data. Refer SigningAlgoType

Constructors

AtSigningInput(dynamic _data)

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
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
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