Uses of Package
org.camunda.bpm.engine.impl.digest
Packages that use org.camunda.bpm.engine.impl.digest
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Classes in org.camunda.bpm.engine.impl.digest used by org.camunda.bpm.engine.impl
-
Classes in org.camunda.bpm.engine.impl.digest used by org.camunda.bpm.engine.impl.cfgClassDescriptionThe
PasswordEncryptor
provides the api to customize the encryption of passwords.Different Camunda versions use different hashing algorithms. -
Classes in org.camunda.bpm.engine.impl.digest used by org.camunda.bpm.engine.impl.digestClassDescriptionIn order to distinguish between the used hashed algorithm for the password encryption, as prefix is persisted with the encrypted to the database.The
PasswordEncryptor
provides the api to customize the encryption of passwords.