org.camunda.bpm.engine.impl.digest
Class Default16ByteSaltGenerator

java.lang.Object
  extended by org.camunda.bpm.engine.impl.digest.Base64EncodedSaltGenerator
      extended by 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
Default16ByteSaltGenerator()
           
 
Method Summary
protected  Integer getSaltLengthInByte()
           
 
Methods inherited from class org.camunda.bpm.engine.impl.digest.Base64EncodedSaltGenerator
encodeSalt, generateByteSalt, generateSalt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Default16ByteSaltGenerator

public Default16ByteSaltGenerator()
Method Detail

getSaltLengthInByte

protected Integer getSaltLengthInByte()
Specified by:
getSaltLengthInByte in class Base64EncodedSaltGenerator


Copyright © 2017 camunda services GmbH. All rights reserved.