Class BlowfishCredentialsEncrypter
- java.lang.Object
-
- org.bonitasoft.engine.identity.impl.BlowfishCredentialsEncrypter
-
- All Implemented Interfaces:
CredentialsEncrypter
public class BlowfishCredentialsEncrypter extends java.lang.Object implements CredentialsEncrypter
- Author:
- Matthieu Chaffotte
-
-
Constructor Summary
Constructors Constructor Description BlowfishCredentialsEncrypter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancheck(java.lang.String password, java.lang.String hashPassword)java.lang.Stringhash(java.lang.String password)
-
-
-
Method Detail
-
hash
public java.lang.String hash(java.lang.String password)
- Specified by:
hashin interfaceCredentialsEncrypter
-
check
public boolean check(java.lang.String password, java.lang.String hashPassword)- Specified by:
checkin interfaceCredentialsEncrypter
-
-