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
Exception
public InputStream decrypt(char[] password, InputStream out) throws Exception
Exception
Copyright © 2021 aQute SARL. All rights reserved.