Package | Description |
---|---|
org.dromara.hutool.core.data |
数据相关封装和工具类
在Hutool中,“数据”是指社会属性的内容 如ID、电话、统一社会信用代码、密码、坐标系、数据脱敏等。 |
Modifier and Type | Method and Description |
---|---|
static PasswdStrength.PASSWD_LEVEL |
PasswdStrength.getLevel(String passwd)
Get password strength level, includes easy, midium, strong, very strong, extremely strong
|
static PasswdStrength.PASSWD_LEVEL |
PasswdStrength.PASSWD_LEVEL.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PasswdStrength.PASSWD_LEVEL[] |
PasswdStrength.PASSWD_LEVEL.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2025. All rights reserved.