Class Base64EncodedHashDigest
java.lang.Object
org.camunda.bpm.engine.impl.digest.Base64EncodedHashDigest
- Direct Known Subclasses:
 Sha512HashDigest,ShaHashDigest
- Author:
 - Daniel Meyer
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanprotected byte[]createByteHash(String password) protected MessageDigestprotected StringencodeHash(byte[] hash) protected abstract Stringallows subclasses to select the hash algorithm 
- 
Constructor Details
- 
Base64EncodedHashDigest
public Base64EncodedHashDigest() 
 - 
 - 
Method Details
- 
encrypt
 - 
check
 - 
createByteHash
 - 
createDigestInstance
 - 
encodeHash
 - 
hashAlgorithmName
allows subclasses to select the hash algorithm 
 -