|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISymmetricCipher
This interface offers facilities to symmetric encrypt and decrypt files.
Method Summary | |
---|---|
void |
decrypt(java.io.File input,
java.io.File output)
This method offers an entry point for File dencryption for symmetric ciphers. |
void |
encrypt(java.io.File input,
java.io.File output)
This method offers an entry point for File encryption for symmetric ciphers. |
Method Detail |
---|
void encrypt(java.io.File input, java.io.File output)
input
- The input File to encrypt.output
- The encryption output File.void decrypt(java.io.File input, java.io.File output)
input
- The input File to dencrypt.output
- The decryption output File.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |