in.s8.rsa.implService.EncryptService Maven / Gradle / Ivy
package in.s8.rsa.implService;
import java.io.FileNotFoundException;
import java.security.interfaces.RSAPublicKey;
/**
* Created by Sourabh_Sethi on 5/17/2016.
*/
public interface EncryptService {
public byte[] encryptionByteStream(String plainText, RSAPublicKey rsaPK) throws FileNotFoundException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy