Class ShaHashDigest
java.lang.Object
org.camunda.bpm.engine.impl.digest.Base64EncodedHashDigest
org.camunda.bpm.engine.impl.digest.ShaHashDigest
- All Implemented Interfaces:
 PasswordEncryptor
PasswordEncryptor implementation using base64 encoded SHA password hashes
- Author:
 - Daniel Meyer
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionallows subclasses to select the hash algorithmMethods inherited from class org.camunda.bpm.engine.impl.digest.Base64EncodedHashDigest
check, createByteHash, createDigestInstance, encodeHash, encryptMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.camunda.bpm.engine.impl.digest.PasswordEncryptor
check, encrypt 
- 
Constructor Details
- 
ShaHashDigest
public ShaHashDigest() 
 - 
 - 
Method Details
- 
hashAlgorithmName
Description copied from class:Base64EncodedHashDigestallows subclasses to select the hash algorithm- Specified by:
 hashAlgorithmNamein interfacePasswordEncryptor- Specified by:
 hashAlgorithmNamein classBase64EncodedHashDigest- Returns:
 - the name of the algorithm
 
 
 -