public interface BCryptParser
see: BCryptFormatter
see: https://passlib.readthedocs.io/en/stable/modular_crypt_format.html
| Modifier and Type | Interface and Description |
|---|---|
static class |
BCryptParser.Default
Default implementation
|
| Modifier and Type | Method and Description |
|---|---|
BCrypt.HashData |
parse(byte[] bcryptHash)
Read and parse given bcrypt hash
|
BCrypt.HashData parse(byte[] bcryptHash) throws IllegalBCryptFormatException
bcryptHash - raw UTF-8 encoded byte array of the encoded hashIllegalBCryptFormatException - if the format is not correct Modular Crypt FormatCopyright © 2018–2019. All rights reserved.