Uses of Package
org.camunda.bpm.engine.impl.digest
-
Packages that use org.camunda.bpm.engine.impl.digest Package Description org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users.org.camunda.bpm.engine.impl.cfg org.camunda.bpm.engine.impl.digest -
Classes in org.camunda.bpm.engine.impl.digest used by org.camunda.bpm.engine.impl Class Description SecurityLogger -
Classes in org.camunda.bpm.engine.impl.digest used by org.camunda.bpm.engine.impl.cfg Class Description PasswordEncryptor ThePasswordEncryptor
provides the api to customize the encryption of passwords.PasswordManager Different Camunda versions use different hashing algorithms.SaltGenerator -
Classes in org.camunda.bpm.engine.impl.digest used by org.camunda.bpm.engine.impl.digest 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.PasswordEncryptor ThePasswordEncryptor
provides the api to customize the encryption of passwords.SaltGenerator SecurityLogger