var codeDigits: Int32
Get Number of truncated digits (excluding the checksum digit).
var counter: UInt64
Get Counter (Moving Factor) for calculation.
var isCheckSum: Bool
Determines if a checksum digit is added to the calculation. (
TRUE if checksum is requested)var macAlgo: String
Message authentication code (MAC) Algorithm friendly-name requested.
var truncationOffset: Int32
Offset used for truncation. Expected range is
0 - HashLength-5 (0-15 for HMAC-SHA-1), otherwise dynamic truncation is applied.