Java org.apache.commons.validator.routines.checkdigit LuhnCheckDigit fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.validator.routines.checkdigit LuhnCheckDigit fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.validator.routines.checkdigit LuhnCheckDigit.

The text is from its open source code.

Field

CheckDigitLUHN_CHECK_DIGIT
Singleton Luhn Check Digit instance

Constructor

LuhnCheckDigit()
Construct a modulus 10 Luhn Check Digit routine.