Package com.exedio.cope.pattern
Class MessageDigestHash
- java.lang.Object
-
- com.exedio.cope.Feature
-
- com.exedio.cope.Pattern
-
- com.exedio.cope.pattern.Hash
-
- com.exedio.cope.pattern.MessageDigestHash
-
- All Implemented Interfaces:
HashInterface
,Settable<String>
,Serializable
public final class MessageDigestHash extends Hash
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.exedio.cope.pattern.Hash
Hash.Algorithm, Hash.InvalidPlainTextException, Hash.PlainTextValidator
-
-
Constructor Summary
Constructors Constructor Description MessageDigestHash(int iterations)
Deprecated.UseHash(Algorithm)
andalgorithm(int)
instead.MessageDigestHash(int iterations, String encoding)
Deprecated.UseHash(Algorithm, String)
andalgorithm(int)
instead.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Hash.Algorithm
algorithm(int iterations)
-
Methods inherited from class com.exedio.cope.pattern.Hash
blind, blind, check, checkPlainText, execute, getAlgorithm, getAlgorithm2, getAlgorithmID, getAlgorithmName, getEncoding, getHash, getInitialExceptions, getInitialType, getPlainTextLimit, getPlainTextValidator, getStorage, hash, isFinal, isInitial, isMandatory, isNotNull, isNotNull, isNull, isNull, isNull, limit, newRandomPassword, optional, set, setHash, toFinal, validate
-
Methods inherited from class com.exedio.cope.Pattern
addSource, addSource, addSource, addSource, addSourceFeature, addSourceFeature, addSourceFeature, annotationField, equals, getGeneratedTypes, getSourceFeatures, getSourceFeaturesGather, getSourceFields, getSources, getSourceTypes, getType, hashCode, initialize, newSourceType, newSourceType, newSourceType, newSourceType, newSourceType, newSourceType, newType, newType, onMount, registerSource
-
Methods inherited from class com.exedio.cope.Feature
afterModelCreated, getAbstractType, getAnnotation, getID, getLocalizationKeys, getName, getPattern, isAnnotationPresent, isSourceAlready, mount, readResolve, requireMounted, toString, toString, writeReplace
-
-
-
-
Constructor Detail
-
MessageDigestHash
@Deprecated public MessageDigestHash(int iterations, String encoding)
Deprecated.UseHash(Algorithm, String)
andalgorithm(int)
instead.
-
MessageDigestHash
@Deprecated public MessageDigestHash(int iterations)
Deprecated.UseHash(Algorithm)
andalgorithm(int)
instead.
-
-
Method Detail
-
algorithm
public static Hash.Algorithm algorithm(int iterations)
-
-