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
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.exedio.cope.pattern.Hash
Hash.Algorithm, Hash.InvalidPlainTextException, Hash.PlainTextValidator
-
Constructor Summary
ConstructorsConstructorDescriptionMessageDigestHash
(int iterations) Deprecated.MessageDigestHash
(int iterations, String encoding) Deprecated.UseHash(Algorithm, String)
andalgorithm(int)
instead. -
Method Summary
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 Details
-
MessageDigestHash
Deprecated.UseHash(Algorithm, String)
andalgorithm(int)
instead. -
MessageDigestHash
Deprecated.UseHash(Algorithm)
andalgorithm(int)
instead.
-
-
Method Details
-
algorithm
-
Hash(Algorithm)
andalgorithm(int)
instead.