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

com.jpattern.ioc.IEncrypter Maven / Gradle / Ivy

There is a newer version: 2.7.1
Show newest version
package com.jpattern.ioc;
/**
 * 
 * @author Claudio Quaresima - [email protected] - 26/ott/08 15:49:08
 * @version $Id: $
 */
public interface IEncrypter {

    String encrypt(String aString);
    
    String decrypt(String aString);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy