Package | Description |
---|---|
cn.hutool.core.text |
提供文本相关操作的封装,还包括Unicode工具UnicodeUtil
|
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 © 2024. All rights reserved.