public class PasswordCryptor extends Object
| Constructor and Description |
|---|
PasswordCryptor() |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
decrypt(char[] password,
InputStream out) |
OutputStream |
encrypt(char[] password,
OutputStream out) |
public OutputStream encrypt(char[] password, OutputStream out) throws Exception
Exceptionpublic InputStream decrypt(char[] password, InputStream out) throws Exception
ExceptionCopyright © 2019 aQute SARL. All rights reserved.