All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.caucho.admin.PasswordApi Maven / Gradle / Ivy

There is a newer version: 4.0.66
Show newest version
/*
 * Copyright (c) 1998-2018 Caucho Technology -- all rights reserved
 *
 * @author Scott Ferguson
 */

package com.caucho.admin;

public interface PasswordApi {
  public String encrypt(String value, String salt)
    throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy