
br.com.jhonsapp.finaluser.encryption.Encryption Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of final-user Show documentation
Show all versions of final-user Show documentation
A bunch of classes that help developers building login and authentication.
The newest version!
package br.com.jhonsapp.finaluser.encryption;
public interface Encryption {
public String encrypt(String data);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy