Package | Description |
---|---|
cn.hutool.core.codec |
BaseN以及BCD编码封装
|
Modifier and Type | Method and Description |
---|---|
static Hashids |
Hashids.create(char[] salt)
根据参数值,创建
Hashids ,使用默认DEFAULT_ALPHABET 作为字母表,不限制最小长度 |
static Hashids |
Hashids.create(char[] salt,
char[] alphabet,
int minLength)
根据参数值,创建
Hashids |
static Hashids |
Hashids.create(char[] salt,
int minLength)
根据参数值,创建
Hashids ,使用默认DEFAULT_ALPHABET 作为字母表 |
Copyright © 2024. All rights reserved.