in.s8.rsa.Service.EncryptionService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of RSA-Encryption-Decryption Show documentation
Show all versions of RSA-Encryption-Decryption Show documentation
Project to RSA-encrypt-decrypt
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