Class ShaHashDigest
- java.lang.Object
- 
- org.camunda.bpm.engine.impl.digest.Base64EncodedHashDigest
- 
- org.camunda.bpm.engine.impl.digest.ShaHashDigest
 
 
- 
- All Implemented Interfaces:
- PasswordEncryptor
 
 public class ShaHashDigest extends Base64EncodedHashDigest implements PasswordEncryptor PasswordEncryptorimplementation using base64 encoded SHA password hashes- Author:
- Daniel Meyer
 
- 
- 
Constructor SummaryConstructors Constructor Description ShaHashDigest()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringhashAlgorithmName()allows subclasses to select the hash algorithm- 
Methods inherited from class org.camunda.bpm.engine.impl.digest.Base64EncodedHashDigestcheck, createByteHash, createDigestInstance, encodeHash, encrypt
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.camunda.bpm.engine.impl.digest.PasswordEncryptorcheck, encrypt
 
- 
 
- 
- 
- 
Method Detail- 
hashAlgorithmNamepublic java.lang.String hashAlgorithmName() Description copied from class:Base64EncodedHashDigestallows subclasses to select the hash algorithm- Specified by:
- hashAlgorithmNamein interface- PasswordEncryptor
- Specified by:
- hashAlgorithmNamein class- Base64EncodedHashDigest
- Returns:
- the name of the algorithm
 
 
- 
 
-