public class CryptoUtils extends Object
| Constructor and Description |
|---|
CryptoUtils(String key,
String algorithm) |
| Modifier and Type | Method and Description |
|---|---|
void |
decrypt(File inputFile,
File outputFile) |
void |
encrypt(File inputFile,
File outputFile) |
Copyright © 2017. All rights reserved.