Hmac class

Constructors

Hmac(BlockHash hash, List<int> key)

Properties

blockSize int
getter/setter pair
hash BlockHash
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
outSize int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

digest() Uint8List
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() → void
toString() String
A string representation of this object.
inherited
update(List<int> msg) Hmac

Operators

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