org.camunda.bpm.engine.impl.digest
Class Sha512HashDigest
java.lang.Object
org.camunda.bpm.engine.impl.digest.Base64EncodedHashDigest
org.camunda.bpm.engine.impl.digest.Sha512HashDigest
- All Implemented Interfaces:
- PasswordEncryptor
public class Sha512HashDigest
- extends Base64EncodedHashDigest
- implements PasswordEncryptor
PasswordEncryptor implementation using base64 encoded SHA-512 password hashes
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Sha512HashDigest
public Sha512HashDigest()
hashAlgorithmName
public String hashAlgorithmName()
- Description copied from class:
Base64EncodedHashDigest
- allows subclasses to select the hash algorithm
- Specified by:
hashAlgorithmName in interface PasswordEncryptor- Specified by:
hashAlgorithmName in class Base64EncodedHashDigest
- Returns:
- the name of the algorithm
Copyright © 2017 camunda services GmbH. All rights reserved.