public class Encrypt
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
Encrypt(java.io.File inputFile,
java.io.File outputFile,
Keys keys,
CipherMod cipherMod) |
protected |
Encrypt(ScanDir scanDir,
Keys keys,
CipherMod cipherMod) |
| Modifier and Type | Method and Description |
|---|---|
void |
run()
Function to crypt/decrypt file
|