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

com.github.dirksm.crypt.Encryptor Maven / Gradle / Ivy

package com.github.dirksm.crypt;

import com.github.dirksm.crypt.exception.EncryptionException;

public interface Encryptor {
	String encrypt(String value) throws EncryptionException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy