SSC class
Class represents Send Sequence Counter as specified in section 9.8.2 of ICAO 9303 p11 doc.
SSC by definition is unsigned integer whose bit size is equal to the block size of block cipher.
- Implementers
Constructors
Properties
Methods
-
increment(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toBytes(
) → Uint8List -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited