DriverSignatureHelper class

Helper class to generate signatures for use by test drivers as well as driven devices.

Constructors

DriverSignatureHelper()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
random Random
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createSalt([int size = 2048]) String
Creates secure random HEX encoded string containing the given number of bytes seeding the string.
createSignature(String secret, List<String> args) String
Returns a HEX encode HMAC-256 signature for the list of args using the given secret key.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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