aQute.lib.settings
Class PasswordCryptor
java.lang.Object
aQute.lib.settings.PasswordCryptor
public class PasswordCryptor
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PasswordCryptor
public PasswordCryptor()
throws Exception
- Throws:
Exception
encrypt
public OutputStream encrypt(char[] password,
OutputStream out)
throws Exception
- Throws:
Exception
decrypt
public InputStream decrypt(char[] password,
InputStream out)
throws Exception
- Throws:
Exception
Copyright © 2014 aQute SARL. All rights reserved.