Class Default16ByteSaltGenerator
- java.lang.Object
-
- org.camunda.bpm.engine.impl.digest.Base64EncodedSaltGenerator
-
- org.camunda.bpm.engine.impl.digest.Default16ByteSaltGenerator
-
- All Implemented Interfaces:
SaltGenerator
public class Default16ByteSaltGenerator extends Base64EncodedSaltGenerator
-
-
Field Summary
-
Fields inherited from class org.camunda.bpm.engine.impl.digest.Base64EncodedSaltGenerator
secureRandom
-
-
Constructor Summary
Constructors Constructor Description Default16ByteSaltGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Integer
getSaltLengthInByte()
-
Methods inherited from class org.camunda.bpm.engine.impl.digest.Base64EncodedSaltGenerator
encodeSalt, generateByteSalt, generateSalt
-
-
-
-
Method Detail
-
getSaltLengthInByte
protected Integer getSaltLengthInByte()
- Specified by:
getSaltLengthInByte
in classBase64EncodedSaltGenerator
-
-