| Package | Description |
|---|---|
| org.aoju.bus.core.toolkit |
工具包,提供各种工具方法,按照归类入口为XXXKit,如数组工具ArrayKit等
|
| Modifier and Type | Method and Description |
|---|---|
static ComplexKit.PASSWD_LEVEL |
ComplexKit.getLevel(String passwd)
获得密码强度等级,包括易、中、强、非常强、极强
|
static ComplexKit.PASSWD_LEVEL |
ComplexKit.PASSWD_LEVEL.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComplexKit.PASSWD_LEVEL[] |
ComplexKit.PASSWD_LEVEL.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022. All rights reserved.