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

in.s8.rsa.Service.EncryptionService Maven / Gradle / Ivy

The newest version!
package in.s8.rsa.Service;

import java.io.FileNotFoundException;
import java.security.interfaces.RSAPublicKey;

/**
 * Created by Sourabh_Sethi on 4/26/2016.
 */
public interface EncryptionService {

    public abstract String encryptionString(String plainText, RSAPublicKey rsaPK) throws FileNotFoundException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy