Package | Description |
---|---|
org.tron.keystore |
Modifier and Type | Method and Description |
---|---|
static CheckStrength.LEVEL |
CheckStrength.getPasswordLevel(char[] passwd)
Get password strength level, includes easy, midium, strong, very strong, extremely strong
|
static CheckStrength.LEVEL |
CheckStrength.LEVEL.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CheckStrength.LEVEL[] |
CheckStrength.LEVEL.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020. All rights reserved.