SSHMacType class
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- keySize → int
-
The length of the key in bytes. This is the same as the length of the
output of the MAC algorithm.
final
- macFactory → Mac Function()
-
final
- name → String
-
The name of the algorithm. For example,
"aes256-ctr
"`.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
createMac(
Uint8List key) → Mac -
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
Constants
- hmacMd5 → const SSHMacType
- hmacSha1 → const SSHMacType
- hmacSha256 → const SSHMacType
- hmacSha512 → const SSHMacType