public static final class BCryptParser.Default extends Object implements BCryptParser
BCryptParser.Default| Modifier and Type | Method and Description |
|---|---|
BCrypt.HashData |
parse(byte[] bcryptHash)
Read and parse given bcrypt hash
|
public BCrypt.HashData parse(byte[] bcryptHash) throws IllegalBCryptFormatException
BCryptParserparse in interface BCryptParserbcryptHash - raw UTF-8 encoded byte array of the encoded hashIllegalBCryptFormatException - if the format is not correct Modular Crypt FormatCopyright © 2018. All rights reserved.