|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
boolean encryptFile(File srcFile, File destFile)
srcFile
- the source file to encryptdestFile
- the destination file
String getAlgorithmLetterCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |