public class CheckDigit extends Object
| Modifier and Type | Field and Description |
|---|---|
static byte |
CD11 |
static byte |
CD31 |
static byte |
CDNone |
| Constructor and Description |
|---|
CheckDigit() |
| Modifier and Type | Method and Description |
|---|---|
static char |
calcCheckdigit(int oddMult,
int evenMult,
String msg,
int start,
int end) |
static char |
calcCheckdigit(String msg,
int start,
int end,
byte type) |
static char |
calcCheckdigit11(String msg,
int start,
int end) |
static char |
calcCheckdigit31(String msg,
int start,
int end) |
public static final byte CDNone
public static final byte CD31
public static final byte CD11
public static char calcCheckdigit(String msg, int start, int end, byte type)
public static char calcCheckdigit31(String msg, int start, int end)
public static char calcCheckdigit11(String msg, int start, int end)
public static char calcCheckdigit(int oddMult,
int evenMult,
String msg,
int start,
int end)
Copyright © 2003–2023. All rights reserved.