Package com.exedio.cope.pattern
Interface HashInterface
-
- All Known Implementing Classes:
DrivebyHashMigration
,Hash
,MD5Hash
,MessageDigestHash
,NestedHashMigration
,SHAHash
public interface HashInterface extends Settable<String>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
blind(String actualPlainText)
boolean
check(Item item, String actualPlainText)
String
getHash(Item item)
boolean
isNull(Item item)
String
newRandomPassword(SecureRandom random)
void
set(Item item, String plainText)
-
Methods inherited from interface com.exedio.cope.Settable
execute, getInitialExceptions, getInitialType, isFinal, isInitial, isMandatory, map
-
-
-
-
Method Detail
-
isNull
boolean isNull(Item item)
-
blind
void blind(String actualPlainText)
-
newRandomPassword
String newRandomPassword(SecureRandom random)
-
-