Class IsoIecHybrid3736System

All Implemented Interfaces:
Serializable, CheckDigit, IsoIecConstants

public class IsoIecHybrid3736System extends IsoIec7064HybridSystem implements IsoIecConstants
Implements ISO/IEC 7064, MOD 37,36 check digit calculation/validation.

MOD 37,36 applies to alphanumeric strings. See Wikipedia - ISO/IEC_7064 (de) for more details.

Since:
1.10.0
Author:
EUG https://github.com/homebeaver
See Also:
  • Method Details

    • getInstance

      public static CheckDigit getInstance()
      Gets the singleton instance of this validator.
      Returns:
      A singleton instance of the class.
    • getCharacterSet

      protected String getCharacterSet()
      Description copied from class: IsoIec7064HybridSystem
      The character set of the item to be protected.
      Specified by:
      getCharacterSet in class IsoIec7064HybridSystem
      Returns:
      a String of characters (numeric, alphabetic or alphanumeric)