| Modifier and Type | Method and Description |
|---|---|
static BCrypt.Hasher |
BCrypt.with(BCrypt.Version version)
Create a new instance of bcrypt hash with given
BCrypt.Version. |
static BCrypt.Hasher |
BCrypt.with(BCrypt.Version version,
SecureRandom secureRandom,
LongPasswordStrategy longPasswordStrategy)
Create a new instance with custom version, secureRandom and long password strategy
|
static BCrypt.Hasher |
BCrypt.with(LongPasswordStrategy longPasswordStrategy)
Create a new instance of bcrypt hash with default version
BCrypt.Version.VERSION_2A. |
static BCrypt.Hasher |
BCrypt.with(SecureRandom secureRandom)
Create a new instance of bcrypt hash with default version
BCrypt.Version.VERSION_2A. |
static BCrypt.Hasher |
BCrypt.withDefaults()
Create a new instance of bcrypt hash with default version
BCrypt.Version.VERSION_2A. |
Copyright © 2018. All rights reserved.