| Modifier and Type | Field and Description |
|---|---|
BCrypt.HashData |
details
The parts of the modular crypt format (salt, raw hash, cost factor, version)
|
String |
formatErrorMessage
Optional error message if
validFormat is false |
boolean |
validFormat
If the given format was valid.
|
boolean |
verified
If the given password matches the hash
|
public final BCrypt.HashData details
public final boolean validFormat
public final boolean verified
public final String formatErrorMessage
validFormat is falseCopyright © 2018–2019. All rights reserved.