org.camunda.bpm.engine.impl.util
Class EncryptionUtil

java.lang.Object
  extended by org.camunda.bpm.engine.impl.util.EncryptionUtil

public final class EncryptionUtil
extends Object


Constructor Summary
EncryptionUtil()
           
 
Method Summary
static String saltPassword(String password, String salt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncryptionUtil

public EncryptionUtil()
Method Detail

saltPassword

public static String saltPassword(String password,
                                  String salt)


Copyright © 2017 camunda services GmbH. All rights reserved.