All Implemented Interfaces:
Password<BCryptPassword,BCryptPassword.Encoder>

public class BCryptPassword extends AbstractPassword<BCryptPassword,BCryptPassword.Encoder>

A password that uses Bcrypt hashing function to encode password.

Since:
1.5
Author:
Jeremy Kuhn
  • Constructor Details

    • BCryptPassword

      public BCryptPassword(String encoded, BCryptPassword.Encoder encoder)

      Creates a Bcrypt password with the specified value and encoder.

      Parameters:
      encoded - the encoded password value
      encoder - the password encoder