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

SSC(Uint8List ssc, int bitSize)
Constructs new SSC with ssc bytes. bitSize should be equal to the block size of block cipher.

Properties

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

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