Package com.exedio.cope.pattern
Class SHAHash
- java.lang.Object
-
- com.exedio.cope.Feature
-
- com.exedio.cope.Pattern
-
- com.exedio.cope.pattern.Hash
-
- com.exedio.cope.pattern.SHAHash
-
- All Implemented Interfaces:
HashInterface
,Settable<String>
,Serializable
public final class SHAHash 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
-
-
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 Detail
-
SHAHash
@Deprecated public SHAHash(String encoding)
Deprecated.This hash is insecure, because it does neither use salts nor iterations. For a full description see https://www.owasp.org/index.php/Hashing_Java.
-
SHAHash
@Deprecated public SHAHash()
Deprecated.This hash is insecure, because it does neither use salts nor iterations. For a full description see https://www.owasp.org/index.php/Hashing_Java.
-
-