public class LuhnFormula extends Object
| Constructor and Description |
|---|
LuhnFormula() |
| Modifier and Type | Method and Description |
|---|---|
String |
generateCheckDigit(String input)
Returns a valid check digit calculated with the Luhn algorithm for the given number
|
Copyright © 2022. All rights reserved.