de.unikassel.android.sdcframework.util.facade
Interface FileEncryptionStrategy

Package class diagram package FileEncryptionStrategy
All Known Implementing Classes:
RSAFileEncryptionStrategy

public interface FileEncryptionStrategy

Interface for file encryption strategies.


Method Summary
 boolean encryptFile(File srcFile, File destFile)
          Encryption method
 String getAlgorithmLetterCode()
          Getter for a related three letter code describing the algorithm
 

Method Detail

encryptFile

boolean encryptFile(File srcFile,
                    File destFile)
Encryption method

Parameters:
srcFile - the source file to encrypt
destFile - the destination file
Returns:
true if successful, false otherwise

getAlgorithmLetterCode

String getAlgorithmLetterCode()
Getter for a related three letter code describing the algorithm

Returns:
true if successful, false otherwise