StrobeOperation class
enum representing Strobe operations.
Properties
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
- ad → const StrobeOperation
- 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