public class EncryptionUtil extends Object
| Constructor and Description |
|---|
EncryptionUtil() |
| Modifier and Type | Method and Description |
|---|---|
void |
decrypt(InputStream in,
OutputStream out) |
void |
encrypt(InputStream in,
OutputStream out) |
public void encrypt(InputStream in, OutputStream out) throws Exception
Exceptionpublic void decrypt(InputStream in, OutputStream out) throws Exception
ExceptionCopyright © 2020. All Rights Reserved.