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