Uses of Class
org.miaixz.bus.core.codec.Hashids
Packages that use Hashids
-
Uses of Hashids in org.miaixz.bus.core.codec
Methods in org.miaixz.bus.core.codec that return HashidsModifier and TypeMethodDescriptionstatic HashidsHashids.of(char[] salt) 根据参数值,创建Hashids,使用默认DEFAULT_ALPHABET作为字母表,不限制最小长度static HashidsHashids.of(char[] salt, char[] alphabet, int minLength) 根据参数值,创建Hashidsstatic HashidsHashids.of(char[] salt, int minLength) 根据参数值,创建Hashids,使用默认DEFAULT_ALPHABET作为字母表