aQute.lib.settings
Class PasswordCryptor

java.lang.Object
  extended by aQute.lib.settings.PasswordCryptor

public class PasswordCryptor
extends Object


Constructor Summary
PasswordCryptor()
           
 
Method Summary
 InputStream decrypt(char[] password, InputStream out)
           
 OutputStream encrypt(char[] password, OutputStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordCryptor

public PasswordCryptor()
                throws Exception
Throws:
Exception
Method Detail

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.