Package org.camunda.bpm.engine.impl.digest
-
Interface Summary Interface Description PasswordEncryptor ThePasswordEncryptor
provides the api to customize the encryption of passwords.SaltGenerator -
Class Summary Class Description 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 hashesShaHashDigest PasswordEncryptor
implementation using base64 encoded SHA password hashes -
Exception Summary Exception Description PasswordEncryptionException Exception thrown during the encryption process.