Package org.camunda.bpm.engine.impl.digest

Interface Summary
PasswordEncryptor The PasswordEncryptor provides the api to customize the encryption of passwords.
SaltGenerator  
 

Class Summary
Base64EncodedHashDigest  
Base64EncodedSaltGenerator  
DatabasePrefixHandler In order to distinguish between the used hashed algorithm for the password encryption, as prefix is persisted with the encrypted to the database.
Default16ByteSaltGenerator  
PasswordManager Different Camunda versions use different hashing algorithms.
SecurityLogger  
Sha512HashDigest PasswordEncryptor implementation using base64 encoded SHA-512 password hashes
ShaHashDigest PasswordEncryptor implementation using base64 encoded SHA password hashes
 

Exception Summary
PasswordEncryptionException Exception thrown during the encryption process.
 



Copyright © 2017 camunda services GmbH. All rights reserved.