| Package | Description |
|---|---|
| cn.orionsec.kit.generator.bank |
| Modifier and Type | Method and Description |
|---|---|
static BankCardType |
BankCardType.of(String card) |
static BankCardType |
BankCardType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BankCardType[] |
BankCardType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Pair<BankNameType,String> |
BankCardGenerator.generatorCard(BankCardType card)
随机生成银行卡号
|
static String |
BankCardGenerator.generatorCard(BankNameType bank,
BankCardType card)
随机生成银行卡号
|
Copyright © 2025. All rights reserved.