StrobeOperation class

enum representing Strobe operations.

Properties

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

Methods

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

Provide associated data
key → const StrobeOperation
Provide cipher key
prf → const StrobeOperation
Pseudo-Random Function (I | A | C)
ratchet → const StrobeOperation
Prevent rollback
recvClr → const StrobeOperation
Receive cleartext data
recvEnc → const StrobeOperation
Receive encrypted data
recvMac → const StrobeOperation
Receive message authentication code
sendClr → const StrobeOperation
Send cleartext data
sendEnc → const StrobeOperation
Send encrypted data
sendMac → const StrobeOperation
Send message authentication code