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

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

package com.github.dirksm.crypt;

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

public interface Decryptor {
	String decrypt(String value) throws EncryptionException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy